#CD88FA

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

Shades of Heliotrope #CD88FA

Tints of Heliotrope #CD88FA

Color information

#CD88FA (or 0xCD88FA) is unknown color: approx Heliotrope. HEX triplet: CD, 88 and FA. RGB value is (205,136,250). Sum of RGB (Red+Green+Blue) = 205+136+250=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88FA is #327705. Grayscale: #A9A9A9. Windows color (decimal): -3307270 or 16419021. OLE color: 16419021.

HSL color Cylindrical-coordinate representation of color #CD88FA: hue angle of 276.32º degrees, saturation: 0.92, 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 #CD88FA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205136250-
CMYK0.180.4600.02
HSL276.32º91.94%75.69%-
HSV(B)276.32º45.6%98.04%-
XYZ51.2437.4994.98-
YUV169.63173.36153.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 136 (53.52% from 255) = 23.01%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=34.69%
G=23.01%
B=42.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051362500.180.4600.02276.3291.9475.69
HexCD88FA122E021145c4c
Octal315210372225602424134114
Binary1100110110001000111110101001010111001010001010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88FA; }

 p { color: rgb(205,136,250); }

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

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

 a { background-color: rgb(205,136,250); }

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

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

 span { border-color: rgb(205,136,250); }

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