Html Css Color HEX #CC65EB Heliotrope

📋 copy color: '#CC65EB'

red 204 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #CC65EB

Tints of Heliotrope #CC65EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.7%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 37.78%
G = 18.7%
B = 43.52%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC65EB (or 0xCC65EB) is known color: Heliotrope. HEX triplet: CC, 65 and EB. RGB value is (204,101,235). Sum of RGB (Red+Green+Blue) = 204+101+235=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65EB is #339A14. Grayscale: #929292. Windows color (decimal): -3381781 or 15427020. OLE color: 15427020.

HSL color Cylindrical-coordinate representation of color #CC65EB: hue angle of 286.12º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC65EB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 101 235 -
CMYK 0.13 0.57 0 0.08
HSL 286.12º 0.77% 0.66% -
HSV(B) 286.12º 0.57% 0.92% -
XYZ 44.55 28.14 81.68 -
YUV 147.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 204 101 235 0.13 0.57 0 0.08 286.12 0.77 0.66
Hex CC 65 EB D 39 0 8 11E 4D 42
Octal 314 145 353 15 71 0 10 436 115 102
Binary 11001100 1100101 11101011 1101 111001 0 1000 100011110 1001101 1000010

Color Harmonies of #CC65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65EB

Black with #CC65EB

Text Example


Text Example

White with #CC65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65EB; }

 p { color: rgb(204,101,235); }

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

background-color css

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

 a { background-color: rgb(204,101,235); }

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

border-color css

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

 span { border-color: rgb(204,101,235); }

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