#cc4fdf

Color #CC4FDF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC4FDF

Tints of Medium Orchid #CC4FDF

Color information

#CC4FDF (or 0xCC4FDF) is unknown color: approx Medium Orchid. HEX triplet: CC, 4F and DF. RGB value is (204,79,223). Sum of RGB (Red+Green+Blue) = 204+79+223=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FDF is #33B020. Grayscale: #848484. Windows color (decimal): -3387425 or 14634956. OLE color: 14634956.

HSL color Cylindrical-coordinate representation of color #CC4FDF: hue angle of 292.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4FDF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20479223-
CMYK0.090.6500.13
HSL292.08º69.23%59.22%-
HSV(B)292.08º64.57%87.45%-
XYZ41.0223.7672.24-
YUV132.79178.91178.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 79 (31.25% from 255) = 15.61%
BLUE value IS 223 (87.5% from 255) = 44.07%
R=40.32%
G=15.61%
B=44.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204792230.090.6500.13292.0869.2359.22
HexCC4FDF9410D124453b
Octal3141173371110101544410573
Binary1100110010011111101111110011000001011011001001001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4fdf; }

 p { color: rgb(204,79,223); }

 H1.HeaderClassName
 {
   color: #cc4fdf;
 }
 .AnyTagClassName
 {
   color: #cc4fdf;
 }
</style>
background-color css

<style>
 a { background-color: #cc4fdf; }

 a { background-color: rgb(204,79,223); }

 div.DivClassName
 {
   background-color: #cc4fdf;
 }
 .BgClassName
 {
   background-color: #cc4fdf;
 }
</style>
border-color css

<style>
 span { border-color: #cc4fdf; }

 span { border-color: rgb(204,79,223); }

 td.TdClassName
 {
   border-color: #cc4fdf;
 }
 .TagClassName
 {
   border-color: #cc4fdf;
 }
</style>