#C88AFC

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

Shades of Heliotrope #C88AFC

Tints of Heliotrope #C88AFC

Color information

#C88AFC (or 0xC88AFC) is unknown color: approx Heliotrope. HEX triplet: C8, 8A and FC. RGB value is (200,138,252). Sum of RGB (Red+Green+Blue) = 200+138+252=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #C88AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFC is #377503. Grayscale: #A9A9A9. Windows color (decimal): -3634436 or 16550600. OLE color: 16550600.

HSL color Cylindrical-coordinate representation of color #C88AFC: hue angle of 272.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88AFC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200138252-
CMYK0.210.4500.01
HSL272.63º95%76.47%-
HSV(B)272.63º45.24%98.82%-
XYZ50.4837.4896.67-
YUV169.53174.54149.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=33.90%
G=23.39%
B=42.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001382520.210.4500.01272.639576.47
HexC88AFC152D011115f4c
Octal310212374255501421137114
Binary110010001000101011111100101011011010110001000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AFC; }

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

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

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

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

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

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

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

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