Html Css Color HEX #C66EFA Heliotrope

📋 copy color: '#C66EFA'

red 198 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #C66EFA

Tints of Heliotrope #C66EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.71%

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

R = 35.48%
G = 19.71%
B = 44.8%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C66EFA (or 0xC66EFA) is known color: Heliotrope. HEX triplet: C6, 6E and FA. RGB value is (198,110,250). Sum of RGB (Red+Green+Blue) = 198+110+250=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C66EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EFA is #399105. Grayscale: #979797. Windows color (decimal): -3772678 or 16412358. OLE color: 16412358.

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

Color convert

RGB 198 110 250 -
CMYK 0.21 0.56 0 0.02
HSL 277.71º 0.93% 0.71% -
HSV(B) 277.71º 0.56% 0.98% -
XYZ 46.12 30.06 93.81 -
YUV 152.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 198 110 250 0.21 0.56 0 0.02 277.71 0.93 0.71
Hex C6 6E FA 15 38 0 2 116 5D 47
Octal 306 156 372 25 70 0 2 426 135 107
Binary 11000110 1101110 11111010 10101 111000 0 10 100010110 1011101 1000111

Color Harmonies of #C66EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EFA

Black with #C66EFA

Text Example


Text Example

White with #C66EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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