#CD99DC

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

Shades of Wisteria #CD99DC

Tints of Wisteria #CD99DC

Color information

#CD99DC (or 0xCD99DC) is unknown color: approx Wisteria. HEX triplet: CD, 99 and DC. RGB value is (205,153,220). Sum of RGB (Red+Green+Blue) = 205+153+220=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99DC is #326623. Grayscale: #AFAFAF. Windows color (decimal): -3302948 or 14457293. OLE color: 14457293.

HSL color Cylindrical-coordinate representation of color #CD99DC: hue angle of 286.57º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD99DC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205153220-
CMYK0.070.3000.14
HSL286.57º48.91%73.14%-
HSV(B)286.57º30.45%86.27%-
XYZ49.4940.9373-
YUV176.19152.73148.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=35.47%
G=26.47%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051532200.070.3000.14286.5748.9173.14
HexCD99DC71E0E11f3149
Octal31523133473601643761111
Binary11001101100110011101110011111110011101000111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99DC; }

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

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

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

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

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

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

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

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