Html Css Color HEX #CC6AF7 Heliotrope

📋 copy color: '#CC6AF7'

red 204 ◦ green 106 ◦ blue 247

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

Shades of Heliotrope #CC6AF7

Tints of Heliotrope #CC6AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.34%

R = 36.62%
G = 19.03%
B = 44.34%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC6AF7 (or 0xCC6AF7) is known color: Heliotrope. HEX triplet: CC, 6A and F7. RGB value is (204,106,247). Sum of RGB (Red+Green+Blue) = 204+106+247=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC6AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6AF7 is #339508. Grayscale: #969696. Windows color (decimal): -3380489 or 16214732. OLE color: 16214732.

HSL color Cylindrical-coordinate representation of color #CC6AF7: hue angle of 281.7º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6AF7 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 106 247 -
CMYK 0.17 0.57 0 0.03
HSL 281.7º 0.9% 0.69% -
HSV(B) 281.7º 0.57% 0.97% -
XYZ 46.84 29.86 91.29 -
YUV 151.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 204 106 247 0.17 0.57 0 0.03 281.7 0.9 0.69
Hex CC 6A F7 11 39 0 3 11A 5A 45
Octal 314 152 367 21 71 0 3 432 132 105
Binary 11001100 1101010 11110111 10001 111001 0 11 100011010 1011010 1000101

Color Harmonies of #CC6AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AF7

Black with #CC6AF7

Text Example


Text Example

White with #CC6AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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