Html Css Color HEX #CC6AF0 Heliotrope

📋 copy color: '#CC6AF0'

red 204 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #CC6AF0

Tints of Heliotrope #CC6AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.27%

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

R = 37.09%
G = 19.27%
B = 43.64%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC6AF0 (or 0xCC6AF0) is known color: Heliotrope. HEX triplet: CC, 6A and F0. RGB value is (204,106,240). Sum of RGB (Red+Green+Blue) = 204+106+240=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6AF0 is #33950F. Grayscale: #969696. Windows color (decimal): -3380496 or 15755980. OLE color: 15755980.

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

Color convert

RGB 204 106 240 -
CMYK 0.15 0.56 0 0.06
HSL 283.88º 0.82% 0.68% -
HSV(B) 283.88º 0.56% 0.94% -
XYZ 45.78 29.44 85.71 -
YUV 150.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 204 106 240 0.15 0.56 0 0.06 283.88 0.82 0.68
Hex CC 6A F0 F 38 0 6 11C 52 44
Octal 314 152 360 17 70 0 6 434 122 104
Binary 11001100 1101010 11110000 1111 111000 0 110 100011100 1010010 1000100

Color Harmonies of #CC6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AF0

Black with #CC6AF0

Text Example


Text Example

White with #CC6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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