Html Css Color HEX #CC64E9 Medium Orchid

📋 copy color: '#CC64E9'

red 204 ◦ green 100 ◦ blue 233

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

Shades of Medium Orchid #CC64E9

Tints of Medium Orchid #CC64E9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.62%

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 37.99%
G = 18.62%
B = 43.39%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC64E9 (or 0xCC64E9) is known color: Medium Orchid. HEX triplet: CC, 64 and E9. RGB value is (204,100,233). Sum of RGB (Red+Green+Blue) = 204+100+233=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC64E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64E9 is #339B16. Grayscale: #919191. Windows color (decimal): -3382039 or 15295692. OLE color: 15295692.

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

Color convert

RGB 204 100 233 -
CMYK 0.12 0.57 0 0.09
HSL 286.92º 0.75% 0.65% -
HSV(B) 286.92º 0.57% 0.91% -
XYZ 44.17 27.83 80.14 -
YUV 146.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 204 100 233 0.12 0.57 0 0.09 286.92 0.75 0.65
Hex CC 64 E9 C 39 0 9 11F 4B 41
Octal 314 144 351 14 71 0 11 437 113 101
Binary 11001100 1100100 11101001 1100 111001 0 1001 100011111 1001011 1000001

Color Harmonies of #CC64E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64E9

Black with #CC64E9

Text Example


Text Example

White with #CC64E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64E9; }

 p { color: rgb(204,100,233); }

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

background-color css

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

 a { background-color: rgb(204,100,233); }

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

border-color css

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

 span { border-color: rgb(204,100,233); }

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