Html Css Color HEX #C66AFA Heliotrope

📋 copy color: '#C66AFA'

red 198 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #C66AFA

Tints of Heliotrope #C66AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 35.74%
G = 19.13%
B = 45.13%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C66AFA (or 0xC66AFA) is known color: Heliotrope. HEX triplet: C6, 6A and FA. RGB value is (198,106,250). Sum of RGB (Red+Green+Blue) = 198+106+250=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #C66AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AFA is #399505. Grayscale: #959595. Windows color (decimal): -3773702 or 16411334. OLE color: 16411334.

HSL color Cylindrical-coordinate representation of color #C66AFA: hue angle of 278.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66AFA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 106 250 -
CMYK 0.21 0.58 0 0.02
HSL 278.33º 0.94% 0.7% -
HSV(B) 278.33º 0.58% 0.98% -
XYZ 45.7 29.22 93.67 -
YUV 149.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 198 106 250 0.21 0.58 0 0.02 278.33 0.94 0.7
Hex C6 6A FA 15 3A 0 2 116 5E 46
Octal 306 152 372 25 72 0 2 426 136 106
Binary 11000110 1101010 11111010 10101 111010 0 10 100010110 1011110 1000110

Color Harmonies of #C66AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66AFA

Black with #C66AFA

Text Example


Text Example

White with #C66AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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