Html Css Color HEX #C66BFE Heliotrope

📋 copy color: '#C66BFE'

red 198 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #C66BFE

Tints of Heliotrope #C66BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.14%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 35.42%
G = 19.14%
B = 45.44%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C66BFE (or 0xC66BFE) is known color: Heliotrope. HEX triplet: C6, 6B and FE. RGB value is (198,107,254). Sum of RGB (Red+Green+Blue) = 198+107+254=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #C66BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BFE is #399401. Grayscale: #969696. Windows color (decimal): -3773442 or 16673734. OLE color: 16673734.

HSL color Cylindrical-coordinate representation of color #C66BFE: hue angle of 277.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66BFE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 107 254 -
CMYK 0.22 0.58 0 0.00
HSL 277.14º 0.99% 0.71% -
HSV(B) 277.14º 0.58% 1% -
XYZ 46.44 29.68 97.05 -
YUV 150.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 198 107 254 0.22 0.58 0 0.00 277.14 0.99 0.71
Hex C6 6B FE 16 3A 0 0 115 63 47
Octal 306 153 376 26 72 0 0 425 143 107
Binary 11000110 1101011 11111110 10110 111010 0 0 100010101 1100011 1000111

Color Harmonies of #C66BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BFE

Black with #C66BFE

Text Example


Text Example

White with #C66BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BFE; }

 p { color: rgb(198,107,254); }

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

background-color css

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

 a { background-color: rgb(198,107,254); }

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

border-color css

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

 span { border-color: rgb(198,107,254); }

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