#CD88FD

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

Shades of Heliotrope #CD88FD

Tints of Heliotrope #CD88FD

Color information

#CD88FD (or 0xCD88FD) is unknown color: approx Heliotrope. HEX triplet: CD, 88 and FD. RGB value is (205,136,253). Sum of RGB (Red+Green+Blue) = 205+136+253=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88FD is #327702. Grayscale: #A9A9A9. Windows color (decimal): -3307267 or 16615629. OLE color: 16615629.

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

Color convert

RGB205136253-
CMYK0.190.4600.01
HSL275.38º96.69%76.27%-
HSV(B)275.38º46.25%99.22%-
XYZ51.7137.6897.48-
YUV169.97174.86152.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=34.51%
G=22.90%
B=42.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051362530.190.4600.01275.3896.6976.27
HexCD88FD132E01113614c
Octal315210375235601423141114
Binary110011011000100011111101100111011100110001001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88FD; }

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

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

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

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

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

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

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

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