#C864FD

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

Shades of Heliotrope #C864FD

Tints of Heliotrope #C864FD

Color information

#C864FD (or 0xC864FD) is unknown color: approx Heliotrope. HEX triplet: C8, 64 and FD. RGB value is (200,100,253). Sum of RGB (Red+Green+Blue) = 200+100+253=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #C864FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C864FD is #379B02. Grayscale: #929292. Windows color (decimal): -3644163 or 16606408. OLE color: 16606408.

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

Color convert

RGB200100253-
CMYK0.210.6000.01
HSL279.22º97.45%69.22%-
HSV(B)279.22º60.47%99.22%-
XYZ46.1128.4996-
YUV147.34187.63165.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 100 (39.45% from 255) = 18.08%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=36.17%
G=18.08%
B=45.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001002530.210.6000.01279.2297.4569.22
HexC864FD153C011176145
Octal310144375257401427141105
Binary11001000110010011111101101011111000110001011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864FD; }

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

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

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

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

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

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

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

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