#CD88F1

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

Shades of Wisteria #CD88F1

Tints of Wisteria #CD88F1

Color information

#CD88F1 (or 0xCD88F1) is unknown color: approx Wisteria. HEX triplet: CD, 88 and F1. RGB value is (205,136,241). Sum of RGB (Red+Green+Blue) = 205+136+241=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD88F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88F1 is #32770E. Grayscale: #A8A8A8. Windows color (decimal): -3307279 or 15829197. OLE color: 15829197.

HSL color Cylindrical-coordinate representation of color #CD88F1: hue angle of 279.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD88F1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205136241-
CMYK0.150.4400.05
HSL279.43º78.95%73.92%-
HSV(B)279.43º43.57%94.51%-
XYZ49.8636.9487.72-
YUV168.6168.86153.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 136 (53.52% from 255) = 23.37%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=35.22%
G=23.37%
B=41.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051362410.150.4400.05279.4378.9573.92
HexCD88F1F2C051174f4a
Octal315210361175405427117112
Binary1100110110001000111100011111101100010110001011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88F1; }

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

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

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

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

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

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

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

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