#C46BFD

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

Shades of Heliotrope #C46BFD

Tints of Heliotrope #C46BFD

Color information

#C46BFD (or 0xC46BFD) is unknown color: approx Heliotrope. HEX triplet: C4, 6B and FD. RGB value is (196,107,253). Sum of RGB (Red+Green+Blue) = 196+107+253=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C46BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46BFD is #3B9402. Grayscale: #959595. Windows color (decimal): -3904515 or 16608196. OLE color: 16608196.

HSL color Cylindrical-coordinate representation of color #C46BFD: hue angle of 276.58º 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 #C46BFD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196107253-
CMYK0.230.5800.01
HSL276.58º97.33%70.59%-
HSV(B)276.58º57.71%99.22%-
XYZ45.7529.3496.18-
YUV150.26185.99160.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 107 (42.19% from 255) = 19.24%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=35.25%
G=19.24%
B=45.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961072530.230.5800.01276.5897.3370.59
HexC46BFD173A011156147
Octal304153375277201425141107
Binary11000100110101111111101101111110100110001010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46BFD; }

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

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

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

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

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

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

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

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