#CD89DA

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

Shades of Wisteria #CD89DA

Tints of Wisteria #CD89DA

Color information

#CD89DA (or 0xCD89DA) is unknown color: approx Wisteria. HEX triplet: CD, 89 and DA. RGB value is (205,137,218). Sum of RGB (Red+Green+Blue) = 205+137+218=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89DA is #327625. Grayscale: #A6A6A6. Windows color (decimal): -3307046 or 14322125. OLE color: 14322125.

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

Color convert

RGB205137218-
CMYK0.060.3700.15
HSL290.37º52.26%69.61%-
HSV(B)290.37º37.16%85.49%-
XYZ46.7835.9370.8-
YUV166.57157.03155.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=36.61%
G=24.46%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051372180.060.3700.15290.3752.2669.61
HexCD89DA6250F1223446
Octal31521133264501744264106
Binary110011011000100111011010110100101011111001000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89DA; }

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

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

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

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

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

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

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

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