#C288FB

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

Shades of Heliotrope #C288FB

Tints of Heliotrope #C288FB

Color information

#C288FB (or 0xC288FB) is unknown color: approx Heliotrope. HEX triplet: C2, 88 and FB. RGB value is (194,136,251). Sum of RGB (Red+Green+Blue) = 194+136+251=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #C288FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FB is #3D7704. Grayscale: #A6A6A6. Windows color (decimal): -4028165 or 16484546. OLE color: 16484546.

HSL color Cylindrical-coordinate representation of color #C288FB: hue angle of 270.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C288FB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194136251-
CMYK0.230.4600.02
HSL270.26º93.5%75.88%-
HSV(B)270.26º45.82%98.43%-
XYZ48.4636.0495.67-
YUV166.45175.72147.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 136 (53.52% from 255) = 23.41%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=33.39%
G=23.41%
B=43.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941362510.230.4600.02270.2693.575.88
HexC288FB172E0210e5d4c
Octal302210373275602416135114
Binary1100001010001000111110111011110111001010000111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288FB; }

 p { color: rgb(194,136,251); }

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

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

 a { background-color: rgb(194,136,251); }

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

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

 span { border-color: rgb(194,136,251); }

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