Html Css Color HEX #CDA5EA Wisteria

📋 copy color: '#CDA5EA'

red 205 ◦ green 165 ◦ blue 234

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

Shades of Wisteria #CDA5EA

Tints of Wisteria #CDA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 33.94%
G = 27.32%
B = 38.74%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDA5EA (or 0xCDA5EA) is known color: Wisteria. HEX triplet: CD, A5 and EA. RGB value is (205,165,234). Sum of RGB (Red+Green+Blue) = 205+165+234=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5EA is #325A15. Grayscale: #B8B8B8. Windows color (decimal): -3299862 or 15377869. OLE color: 15377869.

HSL color Cylindrical-coordinate representation of color #CDA5EA: hue angle of 274.78º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA5EA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 165 234 -
CMYK 0.12 0.29 0 0.08
HSL 274.78º 0.62% 0.78% -
HSV(B) 274.78º 0.29% 0.92% -
XYZ 53.48 45.83 83.87 -
YUV 184.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 205 165 234 0.12 0.29 0 0.08 274.78 0.62 0.78
Hex CD A5 EA C 1D 0 8 113 3E 4E
Octal 315 245 352 14 35 0 10 423 76 116
Binary 11001101 10100101 11101010 1100 11101 0 1000 100010011 111110 1001110

Color Harmonies of #CDA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5EA

Black with #CDA5EA

Text Example


Text Example

White with #CDA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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