#CD94DA

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

Shades of Wisteria #CD94DA

Tints of Wisteria #CD94DA

Color information

#CD94DA (or 0xCD94DA) is unknown color: approx Wisteria. HEX triplet: CD, 94 and DA. RGB value is (205,148,218). Sum of RGB (Red+Green+Blue) = 205+148+218=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94DA is #326B25. Grayscale: #ACACAC. Windows color (decimal): -3304230 or 14324941. OLE color: 14324941.

HSL color Cylindrical-coordinate representation of color #CD94DA: hue angle of 288.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD94DA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205148218-
CMYK0.060.3200.15
HSL288.86º48.61%71.76%-
HSV(B)288.86º32.11%85.49%-
XYZ48.4239.2271.35-
YUV173.02153.38150.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=35.90%
G=25.92%
B=38.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051482180.060.3200.15288.8648.6171.76
HexCD94DA6200F1213148
Octal31522433264001744161110
Binary110011011001010011011010110100000011111001000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94DA; }

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

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

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

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

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

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

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

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