#CD94E8

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

Shades of Wisteria #CD94E8

Tints of Wisteria #CD94E8

Color information

#CD94E8 (or 0xCD94E8) is unknown color: approx Wisteria. HEX triplet: CD, 94 and E8. RGB value is (205,148,232). Sum of RGB (Red+Green+Blue) = 205+148+232=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD94E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD94E8 is #326B17. Grayscale: #AEAEAE. Windows color (decimal): -3304216 or 15242445. OLE color: 15242445.

HSL color Cylindrical-coordinate representation of color #CD94E8: hue angle of 280.71º degrees, saturation: 0.65, 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 #CD94E8 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205148232-
CMYK0.120.3600.09
HSL280.71º64.62%74.51%-
HSV(B)280.71º36.21%90.98%-
XYZ50.3339.9981.41-
YUV174.62160.38149.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 232 (91.02% from 255) = 39.66%
R=35.04%
G=25.30%
B=39.66%

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
Decimal2051482320.120.3600.09280.7164.6274.51
HexCD94E8C2409119414b
Octal3152243501444011431101113
Binary11001101100101001110100011001001000100110001100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94E8; }

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

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

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

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

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

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

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

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