Html Css Color HEX #CDA6DB Wisteria

📋 copy color: '#CDA6DB'

red 205 ◦ green 166 ◦ blue 219

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

Shades of Wisteria #CDA6DB

Tints of Wisteria #CDA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

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

R = 34.75%
G = 28.14%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDA6DB (or 0xCDA6DB) is known color: Wisteria. HEX triplet: CD, A6 and DB. RGB value is (205,166,219). Sum of RGB (Red+Green+Blue) = 205+166+219=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6DB is #325924. Grayscale: #B7B7B7. Windows color (decimal): -3299621 or 14395085. OLE color: 14395085.

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

Color convert

RGB 205 166 219 -
CMYK 0.06 0.24 0 0.14
HSL 284.15º 0.42% 0.75% -
HSV(B) 284.15º 0.24% 0.86% -
XYZ 51.6 45.37 73.05 -
YUV 183.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 205 166 219 0.06 0.24 0 0.14 284.15 0.42 0.75
Hex CD A6 DB 6 18 0 E 11C 2A 4B
Octal 315 246 333 6 30 0 16 434 52 113
Binary 11001101 10100110 11011011 110 11000 0 1110 100011100 101010 1001011

Color Harmonies of #CDA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6DB

Black with #CDA6DB

Text Example


Text Example

White with #CDA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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