#CD99EB

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

Shades of Wisteria #CD99EB

Tints of Wisteria #CD99EB

Color information

#CD99EB (or 0xCD99EB) is unknown color: approx Wisteria. HEX triplet: CD, 99 and EB. RGB value is (205,153,235). Sum of RGB (Red+Green+Blue) = 205+153+235=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99EB is #326614. Grayscale: #B1B1B1. Windows color (decimal): -3302933 or 15440333. OLE color: 15440333.

HSL color Cylindrical-coordinate representation of color #CD99EB: hue angle of 278.05º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD99EB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205153235-
CMYK0.130.3500.08
HSL278.05º67.21%76.08%-
HSV(B)278.05º34.89%92.16%-
XYZ51.5641.7683.94-
YUV177.9160.23147.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=34.57%
G=25.80%
B=39.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051532350.130.3500.08278.0567.2176.08
HexCD99EBD2308116434c
Octal3152313531543010426103114
Binary11001101100110011110101111011000110100010001011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99EB; }

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

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

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

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

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

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

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

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