#CD88FE

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

Shades of Heliotrope #CD88FE

Tints of Heliotrope #CD88FE

Color information

#CD88FE (or 0xCD88FE) is unknown color: approx Heliotrope. HEX triplet: CD, 88 and FE. RGB value is (205,136,254). Sum of RGB (Red+Green+Blue) = 205+136+254=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88FE is #327701. Grayscale: #A9A9A9. Windows color (decimal): -3307266 or 16681165. OLE color: 16681165.

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

Color convert

RGB205136254-
CMYK0.190.4600.00
HSL275.08º98.33%76.47%-
HSV(B)275.08º46.46%99.61%-
XYZ51.8737.7498.32-
YUV170.08175.36152.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=34.45%
G=22.86%
B=42.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051362540.190.4600.00275.0898.3376.47
HexCD88FE132E00113624c
Octal315210376235600423142114
Binary110011011000100011111110100111011100010001001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88FE; }

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

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

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

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

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

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

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

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