#C86AFD

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

Shades of Heliotrope #C86AFD

Tints of Heliotrope #C86AFD

Color information

#C86AFD (or 0xC86AFD) is unknown color: approx Heliotrope. HEX triplet: C8, 6A and FD. RGB value is (200,106,253). Sum of RGB (Red+Green+Blue) = 200+106+253=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #C86AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFD is #379502. Grayscale: #969696. Windows color (decimal): -3642627 or 16607944. OLE color: 16607944.

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

Color convert

RGB200106253-
CMYK0.210.5800.01
HSL278.37º97.35%70.39%-
HSV(B)278.37º58.1%99.22%-
XYZ46.729.6896.2-
YUV150.86185.64163.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 106 (41.80% from 255) = 18.96%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=35.78%
G=18.96%
B=45.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001062530.210.5800.01278.3797.3570.39
HexC86AFD153A011166146
Octal310152375257201426141106
Binary11001000110101011111101101011110100110001011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86AFD; }

 p { color: rgb(200,106,253); }

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

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

 a { background-color: rgb(200,106,253); }

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

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

 span { border-color: rgb(200,106,253); }

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