Html Css Color HEX #CDA5DB Wisteria

📋 copy color: '#CDA5DB'

red 205 ◦ green 165 ◦ blue 219

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

Shades of Wisteria #CDA5DB

Tints of Wisteria #CDA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

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

R = 34.8%
G = 28.01%
B = 37.18%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDA5DB (or 0xCDA5DB) is known color: Wisteria. HEX triplet: CD, A5 and DB. RGB value is (205,165,219). Sum of RGB (Red+Green+Blue) = 205+165+219=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DB is #325A24. Grayscale: #B6B6B6. Windows color (decimal): -3299877 or 14394829. OLE color: 14394829.

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

Color convert

RGB 205 165 219 -
CMYK 0.06 0.25 0 0.14
HSL 284.44º 0.43% 0.75% -
HSV(B) 284.44º 0.25% 0.86% -
XYZ 51.42 45 72.99 -
YUV 183.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 205 165 219 0.06 0.25 0 0.14 284.44 0.43 0.75
Hex CD A5 DB 6 19 0 E 11C 2B 4B
Octal 315 245 333 6 31 0 16 434 53 113
Binary 11001101 10100101 11011011 110 11001 0 1110 100011100 101011 1001011

Color Harmonies of #CDA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5DB

Black with #CDA5DB

Text Example


Text Example

White with #CDA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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