#CD94E2

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

Shades of Wisteria #CD94E2

Tints of Wisteria #CD94E2

Color information

#CD94E2 (or 0xCD94E2) is unknown color: approx Wisteria. HEX triplet: CD, 94 and E2. RGB value is (205,148,226). Sum of RGB (Red+Green+Blue) = 205+148+226=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD94E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94E2 is #326B1D. Grayscale: #ADADAD. Windows color (decimal): -3304222 or 14849229. OLE color: 14849229.

HSL color Cylindrical-coordinate representation of color #CD94E2: hue angle of 283.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD94E2 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205148226-
CMYK0.090.3500.11
HSL283.85º57.35%73.33%-
HSV(B)283.85º34.51%88.63%-
XYZ49.4939.6577-
YUV173.94157.38150.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=35.41%
G=25.56%
B=39.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051482260.090.3500.11283.8557.3573.33
HexCD94E29230B11c3949
Octal315224342114301343471111
Binary1100110110010100111000101001100011010111000111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94E2; }

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

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

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

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

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

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

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

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