#CD95DA

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

Shades of Wisteria #CD95DA

Tints of Wisteria #CD95DA

Color information

#CD95DA (or 0xCD95DA) is unknown color: approx Wisteria. HEX triplet: CD, 95 and DA. RGB value is (205,149,218). Sum of RGB (Red+Green+Blue) = 205+149+218=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95DA is #326A25. Grayscale: #ADADAD. Windows color (decimal): -3303974 or 14325197. OLE color: 14325197.

HSL color Cylindrical-coordinate representation of color #CD95DA: hue angle of 288.7º degrees, saturation: 0.48, 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 #CD95DA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205149218-
CMYK0.060.3200.15
HSL288.7º48.25%71.96%-
HSV(B)288.7º31.65%85.49%-
XYZ48.5839.5471.4-
YUV173.61153.05150.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=35.84%
G=26.05%
B=38.11%

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
Decimal2051492180.060.3200.15288.748.2571.96
HexCD95DA6200F1213048
Octal31522533264001744160110
Binary110011011001010111011010110100000011111001000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95DA; }

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

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

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

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

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

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

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

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