Html Css Color HEX #CDA5D5 Wisteria

📋 copy color: '#CDA5D5'

red 205 ◦ green 165 ◦ blue 213

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

Shades of Wisteria #CDA5D5

Tints of Wisteria #CDA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 35.16%
G = 28.3%
B = 36.54%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CDA5D5 (or 0xCDA5D5) is known color: Wisteria. HEX triplet: CD, A5 and D5. RGB value is (205,165,213). Sum of RGB (Red+Green+Blue) = 205+165+213=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5D5 is #325A2A. Grayscale: #B6B6B6. Windows color (decimal): -3299883 or 14001613. OLE color: 14001613.

HSL color Cylindrical-coordinate representation of color #CDA5D5: hue angle of 290º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA5D5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 165 213 -
CMYK 0.04 0.23 0 0.16
HSL 290º 0.36% 0.74% -
HSV(B) 290º 0.23% 0.84% -
XYZ 50.64 44.69 68.91 -
YUV 182.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 205 165 213 0.04 0.23 0 0.16 290 0.36 0.74
Hex CD A5 D5 4 17 0 10 122 24 4A
Octal 315 245 325 4 27 0 20 442 44 112
Binary 11001101 10100101 11010101 100 10111 0 10000 100100010 100100 1001010

Color Harmonies of #CDA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5D5

Black with #CDA5D5

Text Example


Text Example

White with #CDA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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