#C869FC

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

Shades of Heliotrope #C869FC

Tints of Heliotrope #C869FC

Color information

#C869FC (or 0xC869FC) is unknown color: approx Heliotrope. HEX triplet: C8, 69 and FC. RGB value is (200,105,252). Sum of RGB (Red+Green+Blue) = 200+105+252=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C869FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869FC is #379603. Grayscale: #959595. Windows color (decimal): -3642884 or 16542152. OLE color: 16542152.

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

Color convert

RGB200105252-
CMYK0.210.5800.01
HSL278.78º96.08%70%-
HSV(B)278.78º58.33%98.82%-
XYZ46.4429.4195.32-
YUV150.16185.47163.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=35.91%
G=18.85%
B=45.24%

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
Decimal2001052520.210.5800.01278.7896.0870
HexC869FC153A011176046
Octal310151374257201427140106
Binary11001000110100111111100101011110100110001011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869FC; }

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

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

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

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

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

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

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

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