#C869FE

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

Shades of Heliotrope #C869FE

Tints of Heliotrope #C869FE

Color information

#C869FE (or 0xC869FE) is unknown color: approx Heliotrope. HEX triplet: C8, 69 and FE. RGB value is (200,105,254). Sum of RGB (Red+Green+Blue) = 200+105+254=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 105 (41.41% from 255 or 18.78% 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 #C869FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869FE is #379601. Grayscale: #959595. Windows color (decimal): -3642882 or 16673224. OLE color: 16673224.

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

Color convert

RGB200105254-
CMYK0.210.5900.00
HSL278.26º98.68%70.39%-
HSV(B)278.26º58.66%99.61%-
XYZ46.7629.5497-
YUV150.39186.47163.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=35.78%
G=18.78%
B=45.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001052540.210.5900.00278.2698.6870.39
HexC869FE153B001166346
Octal310151376257300426143106
Binary11001000110100111111110101011110110010001011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869FE; }

 p { color: rgb(200,105,254); }

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

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

 a { background-color: rgb(200,105,254); }

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

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

 span { border-color: rgb(200,105,254); }

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