Html Css Color HEX #CC4EE0 Medium Orchid

📋 copy color: '#CC4EE0'

red 204 ◦ green 78 ◦ blue 224

#CC4EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC4EE0

Tints of Medium Orchid #CC4EE0

RGB

 RED value IS 204 (80.08% from 255) = 40.32%

 GREEN value IS 78 (30.86% from 255) = 15.42%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 40.32%
G = 15.42%
B = 44.27%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC4EE0 (or 0xCC4EE0) is known color: Medium Orchid. HEX triplet: CC, 4E and E0. RGB value is (204,78,224). Sum of RGB (Red+Green+Blue) = 204+78+224=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC4EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EE0 is #33B11F. Grayscale: #838383. Windows color (decimal): -3387680 or 14700236. OLE color: 14700236.

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

Color convert

RGB 204 78 224 -
CMYK 0.09 0.65 0 0.12
HSL 291.78º 0.7% 0.59% -
HSV(B) 291.78º 0.65% 0.88% -
XYZ 41.08 23.67 72.92 -
YUV 132.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 204 78 224 0.09 0.65 0 0.12 291.78 0.7 0.59
Hex CC 4E E0 9 41 0 C 124 46 3B
Octal 314 116 340 11 101 0 14 444 106 73
Binary 11001100 1001110 11100000 1001 1000001 0 1100 100100100 1000110 111011

Color Harmonies of #CC4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EE0

Black with #CC4EE0

Text Example


Text Example

White with #CC4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EE0; }

 p { color: rgb(204,78,224); }

 H1.HeaderClassName
 {
   color: #CC4EE0;
 }
 .AnyTagClassName
 {
   color: #CC4EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(204,78,224); }

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

border-color css

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

 span { border-color: rgb(204,78,224); }

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