Html Css Color HEX #CDA5DD Wisteria

📋 copy color: '#CDA5DD'

red 205 ◦ green 165 ◦ blue 221

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

Shades of Wisteria #CDA5DD

Tints of Wisteria #CDA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 34.69%
G = 27.92%
B = 37.39%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDA5DD (or 0xCDA5DD) is known color: Wisteria. HEX triplet: CD, A5 and DD. RGB value is (205,165,221). Sum of RGB (Red+Green+Blue) = 205+165+221=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DD is #325A22. Grayscale: #B7B7B7. Windows color (decimal): -3299875 or 14525901. OLE color: 14525901.

HSL color Cylindrical-coordinate representation of color #CDA5DD: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA5DD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 165 221 -
CMYK 0.07 0.25 0 0.13
HSL 282.86º 0.45% 0.76% -
HSV(B) 282.86º 0.25% 0.87% -
XYZ 51.68 45.11 74.39 -
YUV 183.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 205 165 221 0.07 0.25 0 0.13 282.86 0.45 0.76
Hex CD A5 DD 7 19 0 D 11B 2D 4C
Octal 315 245 335 7 31 0 15 433 55 114
Binary 11001101 10100101 11011101 111 11001 0 1101 100011011 101101 1001100

Color Harmonies of #CDA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5DD

Black with #CDA5DD

Text Example


Text Example

White with #CDA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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