Html Css Color HEX #CDA5DC Wisteria

📋 copy color: '#CDA5DC'

red 205 ◦ green 165 ◦ blue 220

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

Shades of Wisteria #CDA5DC

Tints of Wisteria #CDA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 34.75%
G = 27.97%
B = 37.29%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDA5DC (or 0xCDA5DC) is known color: Wisteria. HEX triplet: CD, A5 and DC. RGB value is (205,165,220). Sum of RGB (Red+Green+Blue) = 205+165+220=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DC is #325A23. Grayscale: #B7B7B7. Windows color (decimal): -3299876 or 14460365. OLE color: 14460365.

HSL color Cylindrical-coordinate representation of color #CDA5DC: hue angle of 283.64º degrees, saturation: 0.44, 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 #CDA5DC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 165 220 -
CMYK 0.07 0.25 0 0.14
HSL 283.64º 0.44% 0.75% -
HSV(B) 283.64º 0.25% 0.86% -
XYZ 51.55 45.06 73.69 -
YUV 183.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 205 165 220 0.07 0.25 0 0.14 283.64 0.44 0.75
Hex CD A5 DC 7 19 0 E 11C 2C 4B
Octal 315 245 334 7 31 0 16 434 54 113
Binary 11001101 10100101 11011100 111 11001 0 1110 100011100 101100 1001011

Color Harmonies of #CDA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5DC

Black with #CDA5DC

Text Example


Text Example

White with #CDA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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