#CDA7E4

Color #CDA7E4 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CDA7E4

Tints of Wisteria #CDA7E4

Color information

#CDA7E4 (or 0xCDA7E4) is unknown color: approx Wisteria. HEX triplet: CD, A7 and E4. RGB value is (205,167,228). Sum of RGB (Red+Green+Blue) = 205+167+228=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7E4 is #32581B. Grayscale: #B9B9B9. Windows color (decimal): -3299356 or 14985165. OLE color: 14985165.

HSL color Cylindrical-coordinate representation of color #CDA7E4: hue angle of 277.38º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA7E4 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205167228-
CMYK0.100.2700.11
HSL277.38º53.04%77.45%-
HSV(B)277.38º26.75%89.41%-
XYZ5346.2279.53-
YUV185.32152.09142.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 167 (65.62% from 255) = 27.83%
BLUE value IS 228 (89.45% from 255) = 38%
R=34.17%
G=27.83%
B=38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051672280.100.2700.11277.3853.0477.45
HexCDA7E4A1B0B115354d
Octal315247344123301342565115
Binary110011011010011111100100101011011010111000101011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7E4; }

 p { color: rgb(205,167,228); }

 H1.HeaderClassName
 {
   color: #CDA7E4;
 }
 .AnyTagClassName
 {
   color: #CDA7E4;
 }
</style>
background-color css

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

 a { background-color: rgb(205,167,228); }

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

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

 span { border-color: rgb(205,167,228); }

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