Html Css Color HEX #CC6EF0 Heliotrope

📋 copy color: '#CC6EF0'

red 204 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #CC6EF0

Tints of Heliotrope #CC6EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.86%

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 36.82%
G = 19.86%
B = 43.32%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC6EF0 (or 0xCC6EF0) is known color: Heliotrope. HEX triplet: CC, 6E and F0. RGB value is (204,110,240). Sum of RGB (Red+Green+Blue) = 204+110+240=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EF0 is #33910F. Grayscale: #989898. Windows color (decimal): -3379472 or 15757004. OLE color: 15757004.

HSL color Cylindrical-coordinate representation of color #CC6EF0: hue angle of 283.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6EF0 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 110 240 -
CMYK 0.15 0.54 0 0.06
HSL 283.38º 0.81% 0.69% -
HSV(B) 283.38º 0.54% 0.94% -
XYZ 46.21 30.28 85.85 -
YUV 152.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 204 110 240 0.15 0.54 0 0.06 283.38 0.81 0.69
Hex CC 6E F0 F 36 0 6 11B 51 45
Octal 314 156 360 17 66 0 6 433 121 105
Binary 11001100 1101110 11110000 1111 110110 0 110 100011011 1010001 1000101

Color Harmonies of #CC6EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EF0

Black with #CC6EF0

Text Example


Text Example

White with #CC6EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EF0; }

 p { color: rgb(204,110,240); }

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

background-color css

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

 a { background-color: rgb(204,110,240); }

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

border-color css

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

 span { border-color: rgb(204,110,240); }

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