#C66BFD

Color #C66BFD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C66BFD

Tints of Heliotrope #C66BFD

Color information

#C66BFD (or 0xC66BFD) is unknown color: approx Heliotrope. HEX triplet: C6, 6B and FD. RGB value is (198,107,253). Sum of RGB (Red+Green+Blue) = 198+107+253=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C66BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BFD is #399402. Grayscale: #969696. Windows color (decimal): -3773443 or 16608198. OLE color: 16608198.

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

Color convert

RGB198107253-
CMYK0.220.5800.01
HSL277.4º97.33%70.59%-
HSV(B)277.4º57.71%99.22%-
XYZ46.2829.6196.21-
YUV150.85185.65161.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.48%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=35.48%
G=19.18%
B=45.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981072530.220.5800.01277.497.3370.59
HexC66BFD163A011156147
Octal306153375267201425141107
Binary11000110110101111111101101101110100110001010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BFD; }

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

 H1.HeaderClassName
 {
   color: #C66BFD;
 }
 .AnyTagClassName
 {
   color: #C66BFD;
 }
</style>
background-color css

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

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

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

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

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

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