Html Css Color HEX #CC4CE0 Medium Orchid

📋 copy color: '#CC4CE0'

red 204 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #CC4CE0

Tints of Medium Orchid #CC4CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

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

R = 40.48%
G = 15.08%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC4CE0 (or 0xCC4CE0) is known color: Medium Orchid. HEX triplet: CC, 4C and E0. RGB value is (204,76,224). Sum of RGB (Red+Green+Blue) = 204+76+224=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CE0 is #33B31F. Grayscale: #828282. Windows color (decimal): -3388192 or 14699724. OLE color: 14699724.

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

Color convert

RGB 204 76 224 -
CMYK 0.09 0.66 0 0.12
HSL 291.89º 0.7% 0.59% -
HSV(B) 291.89º 0.66% 0.88% -
XYZ 40.94 23.39 72.88 -
YUV 131.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 204 76 224 0.09 0.66 0 0.12 291.89 0.7 0.59
Hex CC 4C E0 9 42 0 C 124 46 3B
Octal 314 114 340 11 102 0 14 444 106 73
Binary 11001100 1001100 11100000 1001 1000010 0 1100 100100100 1000110 111011

Color Harmonies of #CC4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CE0

Black with #CC4CE0

Text Example


Text Example

White with #CC4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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