Html Css Color HEX #CC60EF Heliotrope

📋 copy color: '#CC60EF'

red 204 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #CC60EF

Tints of Heliotrope #CC60EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 37.85%
G = 17.81%
B = 44.34%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC60EF (or 0xCC60EF) is known color: Heliotrope. HEX triplet: CC, 60 and EF. RGB value is (204,96,239). Sum of RGB (Red+Green+Blue) = 204+96+239=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60EF is #339F10. Grayscale: #909090. Windows color (decimal): -3383057 or 15687884. OLE color: 15687884.

HSL color Cylindrical-coordinate representation of color #CC60EF: hue angle of 285.31º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC60EF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 96 239 -
CMYK 0.15 0.60 0 0.06
HSL 285.31º 0.82% 0.66% -
HSV(B) 285.31º 0.6% 0.94% -
XYZ 44.66 27.44 84.6 -
YUV 144.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 204 96 239 0.15 0.60 0 0.06 285.31 0.82 0.66
Hex CC 60 EF F 3C 0 6 11D 52 42
Octal 314 140 357 17 74 0 6 435 122 102
Binary 11001100 1100000 11101111 1111 111100 0 110 100011101 1010010 1000010

Color Harmonies of #CC60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60EF

Black with #CC60EF

Text Example


Text Example

White with #CC60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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