#C88AFF

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

Shades of Heliotrope #C88AFF

Tints of Heliotrope #C88AFF

Color information

#C88AFF (or 0xC88AFF) is unknown color: approx Heliotrope. HEX triplet: C8, 8A and FF. RGB value is (200,138,255). Sum of RGB (Red+Green+Blue) = 200+138+255=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C88AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFF is #377500. Grayscale: #A9A9A9. Windows color (decimal): -3634433 or 16747208. OLE color: 16747208.

HSL color Cylindrical-coordinate representation of color #C88AFF: hue angle of 271.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C88AFF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200138255-
CMYK0.220.4600
HSL271.79º100%77.06%-
HSV(B)271.79º45.88%100%-
XYZ50.9637.6899.19-
YUV169.88176.04149.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 255 (100% from 255) = 43.00%
R=33.73%
G=23.27%
B=43.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001382550.220.4600271.7910077.06
HexC88AFF162E00110644d
Octal310212377265600420144115
Binary110010001000101011111111101101011100010001000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AFF; }

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

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

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

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

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

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

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

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