Html Css Color HEX #CC60ED Heliotrope

📋 copy color: '#CC60ED'

red 204 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #CC60ED

Tints of Heliotrope #CC60ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.88%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 37.99%
G = 17.88%
B = 44.13%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC60ED (or 0xCC60ED) is known color: Heliotrope. HEX triplet: CC, 60 and ED. RGB value is (204,96,237). Sum of RGB (Red+Green+Blue) = 204+96+237=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60ED is #339F12. Grayscale: #8F8F8F. Windows color (decimal): -3383059 or 15556812. OLE color: 15556812.

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

Color convert

RGB 204 96 237 -
CMYK 0.14 0.59 0 0.07
HSL 285.96º 0.8% 0.65% -
HSV(B) 285.96º 0.59% 0.93% -
XYZ 44.37 27.32 83.05 -
YUV 144.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 204 96 237 0.14 0.59 0 0.07 285.96 0.8 0.65
Hex CC 60 ED E 3B 0 7 11E 50 41
Octal 314 140 355 16 73 0 7 436 120 101
Binary 11001100 1100000 11101101 1110 111011 0 111 100011110 1010000 1000001

Color Harmonies of #CC60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60ED

Black with #CC60ED

Text Example


Text Example

White with #CC60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60ED; }

 p { color: rgb(204,96,237); }

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

background-color css

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

 a { background-color: rgb(204,96,237); }

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

border-color css

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

 span { border-color: rgb(204,96,237); }

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