#CDA7E0

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

Shades of Wisteria #CDA7E0

Tints of Wisteria #CDA7E0

Color information

#CDA7E0 (or 0xCDA7E0) is unknown color: approx Wisteria. HEX triplet: CD, A7 and E0. RGB value is (205,167,224). Sum of RGB (Red+Green+Blue) = 205+167+224=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7E0 is #32581F. Grayscale: #B8B8B8. Windows color (decimal): -3299360 or 14723021. OLE color: 14723021.

HSL color Cylindrical-coordinate representation of color #CDA7E0: hue angle of 280º 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 #CDA7E0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205167224-
CMYK0.080.2500.12
HSL280º47.9%76.67%-
HSV(B)280º25.45%87.84%-
XYZ52.454676.64-
YUV184.86150.09142.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=34.40%
G=28.02%
B=37.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051672240.080.2500.1228047.976.67
HexCDA7E08190C118304d
Octal315247340103101443060115
Binary110011011010011111100000100011001011001000110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7E0; }

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

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

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

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

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

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

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

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