#C869F9

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

Shades of Heliotrope #C869F9

Tints of Heliotrope #C869F9

Color information

#C869F9 (or 0xC869F9) is unknown color: approx Heliotrope. HEX triplet: C8, 69 and F9. RGB value is (200,105,249). Sum of RGB (Red+Green+Blue) = 200+105+249=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #C869F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869F9 is #379606. Grayscale: #959595. Windows color (decimal): -3642887 or 16345544. OLE color: 16345544.

HSL color Cylindrical-coordinate representation of color #C869F9: hue angle of 279.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C869F9 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200105249-
CMYK0.200.5800.02
HSL279.58º92.31%69.41%-
HSV(B)279.58º57.83%97.65%-
XYZ45.9729.2292.84-
YUV149.82183.97163.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=36.10%
G=18.95%
B=44.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001052490.200.5800.02279.5892.3169.41
HexC869F9143A021185c45
Octal310151371247202430134105
Binary110010001101001111110011010011101001010001100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869F9; }

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

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

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

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

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

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

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

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