Html Css Color HEX #C66AFF Heliotrope

📋 copy color: '#C66AFF'

red 198 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #C66AFF

Tints of Heliotrope #C66AFF

RGB

 RED value IS 198 (77.73% from 255) = 35.42%

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 35.42%
G = 18.96%
B = 45.62%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C66AFF (or 0xC66AFF) is known color: Heliotrope. HEX triplet: C6, 6A and FF. RGB value is (198,106,255). Sum of RGB (Red+Green+Blue) = 198+106+255=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #C66AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AFF is #399500. Grayscale: #959595. Windows color (decimal): -3773697 or 16739014. OLE color: 16739014.

HSL color Cylindrical-coordinate representation of color #C66AFF: hue angle of 277.05º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66AFF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 106 255 -
CMYK 0.22 0.58 0 0
HSL 277.05º 1% 0.71% -
HSV(B) 277.05º 0.58% 1% -
XYZ 46.49 29.53 97.86 -
YUV 150.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 198 106 255 0.22 0.58 0 0 277.05 1 0.71
Hex C6 6A FF 16 3A 0 0 115 64 47
Octal 306 152 377 26 72 0 0 425 144 107
Binary 11000110 1101010 11111111 10110 111010 0 0 100010101 1100100 1000111

Color Harmonies of #C66AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66AFF

Black with #C66AFF

Text Example


Text Example

White with #C66AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66AFF; }

 p { color: rgb(198,106,255); }

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

background-color css

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

 a { background-color: rgb(198,106,255); }

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

border-color css

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

 span { border-color: rgb(198,106,255); }

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