Html Css Color HEX #CD99DB Wisteria

📋 copy color: '#CD99DB'

red 205 ◦ green 153 ◦ blue 219

#CD99DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CD99DB

Tints of Wisteria #CD99DB

RGB

 RED value IS 205 (80.47% from 255) = 35.53%

 GREEN value IS 153 (60.16% from 255) = 26.52%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 35.53%
G = 26.52%
B = 37.95%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD99DB (or 0xCD99DB) is known color: Wisteria. HEX triplet: CD, 99 and DB. RGB value is (205,153,219). Sum of RGB (Red+Green+Blue) = 205+153+219=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99DB is #326624. Grayscale: #AFAFAF. Windows color (decimal): -3302949 or 14391757. OLE color: 14391757.

HSL color Cylindrical-coordinate representation of color #CD99DB: hue angle of 287.27º degrees, saturation: 0.48, 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 #CD99DB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 153 219 -
CMYK 0.06 0.30 0 0.14
HSL 287.27º 0.48% 0.73% -
HSV(B) 287.27º 0.3% 0.86% -
XYZ 49.35 40.88 72.31 -
YUV 176.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 205 153 219 0.06 0.30 0 0.14 287.27 0.48 0.73
Hex CD 99 DB 6 1E 0 E 11F 30 49
Octal 315 231 333 6 36 0 16 437 60 111
Binary 11001101 10011001 11011011 110 11110 0 1110 100011111 110000 1001001

Color Harmonies of #CD99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99DB

Black with #CD99DB

Text Example


Text Example

White with #CD99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99DB; }

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

 H1.HeaderClassName
 {
   color: #CD99DB;
 }
 .AnyTagClassName
 {
   color: #CD99DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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