#CD85E3

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

Shades of Wisteria #CD85E3

Tints of Wisteria #CD85E3

Color information

#CD85E3 (or 0xCD85E3) is unknown color: approx Wisteria. HEX triplet: CD, 85 and E3. RGB value is (205,133,227). Sum of RGB (Red+Green+Blue) = 205+133+227=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD85E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85E3 is #327A1C. Grayscale: #A4A4A4. Windows color (decimal): -3308061 or 14910925. OLE color: 14910925.

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

Color convert

RGB205133227-
CMYK0.100.4100.11
HSL285.96º62.67%70.59%-
HSV(B)285.96º41.41%89.02%-
XYZ47.4335.376.99-
YUV165.24162.85156.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=36.28%
G=23.54%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051332270.100.4100.11285.9662.6770.59
HexCD85E3A290B11e3f47
Octal315205343125101343677107
Binary1100110110000101111000111010101001010111000111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85E3; }

 p { color: rgb(205,133,227); }

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

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

 a { background-color: rgb(205,133,227); }

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

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

 span { border-color: rgb(205,133,227); }

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