Html Css Color HEX #CDA5ED Wisteria

📋 copy color: '#CDA5ED'

red 205 ◦ green 165 ◦ blue 237

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

Shades of Wisteria #CDA5ED

Tints of Wisteria #CDA5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 33.77%
G = 27.18%
B = 39.04%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDA5ED (or 0xCDA5ED) is known color: Wisteria. HEX triplet: CD, A5 and ED. RGB value is (205,165,237). Sum of RGB (Red+Green+Blue) = 205+165+237=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5ED is #325A12. Grayscale: #B8B8B8. Windows color (decimal): -3299859 or 15574477. OLE color: 15574477.

HSL color Cylindrical-coordinate representation of color #CDA5ED: hue angle of 273.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA5ED is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 165 237 -
CMYK 0.14 0.30 0 0.07
HSL 273.33º 0.67% 0.79% -
HSV(B) 273.33º 0.3% 0.93% -
XYZ 53.92 46 86.16 -
YUV 185.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 205 165 237 0.14 0.30 0 0.07 273.33 0.67 0.79
Hex CD A5 ED E 1E 0 7 111 43 4F
Octal 315 245 355 16 36 0 7 421 103 117
Binary 11001101 10100101 11101101 1110 11110 0 111 100010001 1000011 1001111

Color Harmonies of #CDA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5ED

Black with #CDA5ED

Text Example


Text Example

White with #CDA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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