Html Css Color HEX #C66AF2 Heliotrope

📋 copy color: '#C66AF2'

red 198 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #C66AF2

Tints of Heliotrope #C66AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 36.26%
G = 19.41%
B = 44.32%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C66AF2 (or 0xC66AF2) is known color: Heliotrope. HEX triplet: C6, 6A and F2. RGB value is (198,106,242). Sum of RGB (Red+Green+Blue) = 198+106+242=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #C66AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AF2 is #39950D. Grayscale: #949494. Windows color (decimal): -3773710 or 15887046. OLE color: 15887046.

HSL color Cylindrical-coordinate representation of color #C66AF2: hue angle of 280.59º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66AF2 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 106 242 -
CMYK 0.18 0.56 0 0.05
HSL 280.59º 0.84% 0.68% -
HSV(B) 280.59º 0.56% 0.95% -
XYZ 44.47 28.72 87.21 -
YUV 149.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 198 106 242 0.18 0.56 0 0.05 280.59 0.84 0.68
Hex C6 6A F2 12 38 0 5 119 54 44
Octal 306 152 362 22 70 0 5 431 124 104
Binary 11000110 1101010 11110010 10010 111000 0 101 100011001 1010100 1000100

Color Harmonies of #C66AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66AF2

Black with #C66AF2

Text Example


Text Example

White with #C66AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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