Html Css Color HEX #CC65E9 Heliotrope

📋 copy color: '#CC65E9'

red 204 ◦ green 101 ◦ blue 233

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

Shades of Heliotrope #CC65E9

Tints of Heliotrope #CC65E9

RGB

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

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

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

R = 37.92%
G = 18.77%
B = 43.31%

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

#CC65E9 (or 0xCC65E9) is known color: Heliotrope. HEX triplet: CC, 65 and E9. RGB value is (204,101,233). Sum of RGB (Red+Green+Blue) = 204+101+233=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC65E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65E9 is #339A16. Grayscale: #929292. Windows color (decimal): -3381783 or 15295948. OLE color: 15295948.

HSL color Cylindrical-coordinate representation of color #CC65E9: hue angle of 286.82º 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 #CC65E9 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 101 233 -
CMYK 0.12 0.57 0 0.09
HSL 286.82º 0.75% 0.65% -
HSV(B) 286.82º 0.57% 0.91% -
XYZ 44.26 28.03 80.17 -
YUV 146.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 204 101 233 0.12 0.57 0 0.09 286.82 0.75 0.65
Hex CC 65 E9 C 39 0 9 11F 4B 41
Octal 314 145 351 14 71 0 11 437 113 101
Binary 11001100 1100101 11101001 1100 111001 0 1001 100011111 1001011 1000001

Color Harmonies of #CC65E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65E9

Black with #CC65E9

Text Example


Text Example

White with #CC65E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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