Html Css Color HEX #CDA9E1 Wisteria

📋 copy color: '#CDA9E1'

red 205 ◦ green 169 ◦ blue 225

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

Shades of Wisteria #CDA9E1

Tints of Wisteria #CDA9E1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.21%

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 34.22%
G = 28.21%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDA9E1 (or 0xCDA9E1) is known color: Wisteria. HEX triplet: CD, A9 and E1. RGB value is (205,169,225). Sum of RGB (Red+Green+Blue) = 205+169+225=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9E1 is #32561E. Grayscale: #B9B9B9. Windows color (decimal): -3298847 or 14789069. OLE color: 14789069.

HSL color Cylindrical-coordinate representation of color #CDA9E1: hue angle of 278.57º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA9E1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 169 225 -
CMYK 0.09 0.25 0 0.12
HSL 278.57º 0.48% 0.77% -
HSV(B) 278.57º 0.25% 0.88% -
XYZ 52.96 46.79 77.47 -
YUV 186.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 205 169 225 0.09 0.25 0 0.12 278.57 0.48 0.77
Hex CD A9 E1 9 19 0 C 117 30 4D
Octal 315 251 341 11 31 0 14 427 60 115
Binary 11001101 10101001 11100001 1001 11001 0 1100 100010111 110000 1001101

Color Harmonies of #CDA9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA9E1

Black with #CDA9E1

Text Example


Text Example

White with #CDA9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA9E1; }

 p { color: rgb(205,169,225); }

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

background-color css

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

 a { background-color: rgb(205,169,225); }

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

border-color css

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

 span { border-color: rgb(205,169,225); }

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