Html Css Color HEX #CD90DB Wisteria

📋 copy color: '#CD90DB'

red 205 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #CD90DB

Tints of Wisteria #CD90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.35%

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

R = 36.09%
G = 25.35%
B = 38.56%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD90DB (or 0xCD90DB) is known color: Wisteria. HEX triplet: CD, 90 and DB. RGB value is (205,144,219). Sum of RGB (Red+Green+Blue) = 205+144+219=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90DB is #326F24. Grayscale: #AAAAAA. Windows color (decimal): -3305253 or 14389453. OLE color: 14389453.

HSL color Cylindrical-coordinate representation of color #CD90DB: hue angle of 288.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD90DB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 144 219 -
CMYK 0.06 0.34 0 0.14
HSL 288.8º 0.51% 0.71% -
HSV(B) 288.8º 0.34% 0.86% -
XYZ 47.94 38.04 71.83 -
YUV 170.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 205 144 219 0.06 0.34 0 0.14 288.8 0.51 0.71
Hex CD 90 DB 6 22 0 E 121 33 47
Octal 315 220 333 6 42 0 16 441 63 107
Binary 11001101 10010000 11011011 110 100010 0 1110 100100001 110011 1000111

Color Harmonies of #CD90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90DB

Black with #CD90DB

Text Example


Text Example

White with #CD90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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