Html Css Color HEX #C66AF4 Heliotrope

📋 copy color: '#C66AF4'

red 198 ◦ green 106 ◦ blue 244

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

Shades of Heliotrope #C66AF4

Tints of Heliotrope #C66AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.53%

R = 36.13%
G = 19.34%
B = 44.53%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C66AF4 (or 0xC66AF4) is known color: Heliotrope. HEX triplet: C6, 6A and F4. RGB value is (198,106,244). Sum of RGB (Red+Green+Blue) = 198+106+244=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #C66AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AF4 is #39950B. Grayscale: #949494. Windows color (decimal): -3773708 or 16018118. OLE color: 16018118.

HSL color Cylindrical-coordinate representation of color #C66AF4: hue angle of 280º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66AF4 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 106 244 -
CMYK 0.19 0.57 0 0.04
HSL 280º 0.86% 0.69% -
HSV(B) 280º 0.57% 0.96% -
XYZ 44.77 28.85 88.8 -
YUV 149.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 198 106 244 0.19 0.57 0 0.04 280 0.86 0.69
Hex C6 6A F4 13 39 0 4 118 56 45
Octal 306 152 364 23 71 0 4 430 126 105
Binary 11000110 1101010 11110100 10011 111001 0 100 100011000 1010110 1000101

Color Harmonies of #C66AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66AF4

Black with #C66AF4

Text Example


Text Example

White with #C66AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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