#CD94E9

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

Shades of Wisteria #CD94E9

Tints of Wisteria #CD94E9

Color information

#CD94E9 (or 0xCD94E9) is unknown color: approx Wisteria. HEX triplet: CD, 94 and E9. RGB value is (205,148,233). Sum of RGB (Red+Green+Blue) = 205+148+233=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD94E9 is #326B16. Grayscale: #AEAEAE. Windows color (decimal): -3304215 or 15307981. OLE color: 15307981.

HSL color Cylindrical-coordinate representation of color #CD94E9: hue angle of 280.24º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD94E9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205148233-
CMYK0.120.3600.09
HSL280.24º65.89%74.71%-
HSV(B)280.24º36.48%91.37%-
XYZ50.4740.0482.16-
YUV174.73160.88149.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=34.98%
G=25.26%
B=39.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051482330.120.3600.09280.2465.8974.71
HexCD94E9C2409118424b
Octal3152243511444011430102113
Binary11001101100101001110100111001001000100110001100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94E9; }

 p { color: rgb(205,148,233); }

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

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

 a { background-color: rgb(205,148,233); }

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

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

 span { border-color: rgb(205,148,233); }

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