Html Css Color HEX #CC75E9 Heliotrope

📋 copy color: '#CC75E9'

red 204 ◦ green 117 ◦ blue 233

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

Shades of Heliotrope #CC75E9

Tints of Heliotrope #CC75E9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.12%

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

R = 36.82%
G = 21.12%
B = 42.06%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC75E9 (or 0xCC75E9) is known color: Heliotrope. HEX triplet: CC, 75 and E9. RGB value is (204,117,233). Sum of RGB (Red+Green+Blue) = 204+117+233=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75E9 is #338A16. Grayscale: #9B9B9B. Windows color (decimal): -3377687 or 15300044. OLE color: 15300044.

HSL color Cylindrical-coordinate representation of color #CC75E9: hue angle of 285º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC75E9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 117 233 -
CMYK 0.12 0.50 0 0.09
HSL 285º 0.73% 0.69% -
HSV(B) 285º 0.5% 0.91% -
XYZ 45.97 31.44 80.74 -
YUV 156.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 204 117 233 0.12 0.50 0 0.09 285 0.73 0.69
Hex CC 75 E9 C 32 0 9 11D 48 45
Octal 314 165 351 14 62 0 11 435 110 105
Binary 11001100 1110101 11101001 1100 110010 0 1001 100011101 1001000 1000101

Color Harmonies of #CC75E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75E9

Black with #CC75E9

Text Example


Text Example

White with #CC75E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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