#CD99ED

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

Shades of Wisteria #CD99ED

Tints of Wisteria #CD99ED

Color information

#CD99ED (or 0xCD99ED) is unknown color: approx Wisteria. HEX triplet: CD, 99 and ED. RGB value is (205,153,237). Sum of RGB (Red+Green+Blue) = 205+153+237=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99ED is #326612. Grayscale: #B1B1B1. Windows color (decimal): -3302931 or 15571405. OLE color: 15571405.

HSL color Cylindrical-coordinate representation of color #CD99ED: hue angle of 277.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD99ED is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205153237-
CMYK0.140.3500.07
HSL277.14º70%76.47%-
HSV(B)277.14º35.44%92.94%-
XYZ51.8541.8885.47-
YUV178.12161.23147.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=34.45%
G=25.71%
B=39.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051532370.140.3500.07277.147076.47
HexCD99EDE2307115464c
Octal315231355164307425106114
Binary1100110110011001111011011110100011011110001010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99ED; }

 p { color: rgb(205,153,237); }

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

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

 a { background-color: rgb(205,153,237); }

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

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

 span { border-color: rgb(205,153,237); }

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