#CD95E5

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

Shades of Wisteria #CD95E5

Tints of Wisteria #CD95E5

Color information

#CD95E5 (or 0xCD95E5) is unknown color: approx Wisteria. HEX triplet: CD, 95 and E5. RGB value is (205,149,229). Sum of RGB (Red+Green+Blue) = 205+149+229=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95E5 is #326A1A. Grayscale: #AEAEAE. Windows color (decimal): -3303963 or 15046093. OLE color: 15046093.

HSL color Cylindrical-coordinate representation of color #CD95E5: hue angle of 282º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD95E5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205149229-
CMYK0.100.3500.10
HSL282º60.61%74.12%-
HSV(B)282º34.93%89.8%-
XYZ50.0740.1379.24-
YUV174.86158.55149.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=35.16%
G=25.56%
B=39.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051492290.100.3500.1028260.6174.12
HexCD95E5A230A11a3d4a
Octal315225345124301243275112
Binary1100110110010101111001011010100011010101000110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95E5; }

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

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

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

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

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

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

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

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