Html Css Color HEX #C66FFA Heliotrope

📋 copy color: '#C66FFA'

red 198 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #C66FFA

Tints of Heliotrope #C66FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.86%

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

R = 35.42%
G = 19.86%
B = 44.72%

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

#C66FFA (or 0xC66FFA) is known color: Heliotrope. HEX triplet: C6, 6F and FA. RGB value is (198,111,250). Sum of RGB (Red+Green+Blue) = 198+111+250=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #C66FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66FFA is #399005. Grayscale: #989898. Windows color (decimal): -3772422 or 16412614. OLE color: 16412614.

HSL color Cylindrical-coordinate representation of color #C66FFA: hue angle of 277.55º 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 #C66FFA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 111 250 -
CMYK 0.21 0.56 0 0.02
HSL 277.55º 0.93% 0.71% -
HSV(B) 277.55º 0.56% 0.98% -
XYZ 46.23 30.28 93.85 -
YUV 152.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 198 111 250 0.21 0.56 0 0.02 277.55 0.93 0.71
Hex C6 6F FA 15 38 0 2 116 5D 47
Octal 306 157 372 25 70 0 2 426 135 107
Binary 11000110 1101111 11111010 10101 111000 0 10 100010110 1011101 1000111

Color Harmonies of #C66FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FFA

Black with #C66FFA

Text Example


Text Example

White with #C66FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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