Html Css Color HEX #CC65EC Heliotrope

📋 copy color: '#CC65EC'

red 204 ◦ green 101 ◦ blue 236

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

Shades of Heliotrope #CC65EC

Tints of Heliotrope #CC65EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 37.71%
G = 18.67%
B = 43.62%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC65EC (or 0xCC65EC) is known color: Heliotrope. HEX triplet: CC, 65 and EC. RGB value is (204,101,236). Sum of RGB (Red+Green+Blue) = 204+101+236=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65EC is #339A13. Grayscale: #929292. Windows color (decimal): -3381780 or 15492556. OLE color: 15492556.

HSL color Cylindrical-coordinate representation of color #CC65EC: hue angle of 285.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC65EC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 101 236 -
CMYK 0.14 0.57 0 0.07
HSL 285.78º 0.78% 0.66% -
HSV(B) 285.78º 0.57% 0.93% -
XYZ 44.7 28.2 82.44 -
YUV 147.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 204 101 236 0.14 0.57 0 0.07 285.78 0.78 0.66
Hex CC 65 EC E 39 0 7 11E 4E 42
Octal 314 145 354 16 71 0 7 436 116 102
Binary 11001100 1100101 11101100 1110 111001 0 111 100011110 1001110 1000010

Color Harmonies of #CC65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65EC

Black with #CC65EC

Text Example


Text Example

White with #CC65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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