#CD95EA

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

Shades of Wisteria #CD95EA

Tints of Wisteria #CD95EA

Color information

#CD95EA (or 0xCD95EA) is unknown color: approx Wisteria. HEX triplet: CD, 95 and EA. RGB value is (205,149,234). Sum of RGB (Red+Green+Blue) = 205+149+234=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD95EA is #326A15. Grayscale: #AFAFAF. Windows color (decimal): -3303958 or 15373773. OLE color: 15373773.

HSL color Cylindrical-coordinate representation of color #CD95EA: hue angle of 279.53º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD95EA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205149234-
CMYK0.120.3600.08
HSL279.53º66.93%75.1%-
HSV(B)279.53º36.32%91.76%-
XYZ50.7840.4182.97-
YUV175.43161.05149.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=34.86%
G=25.34%
B=39.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051492340.120.3600.08279.5366.9375.1
HexCD95EAC2408118434b
Octal3152253521444010430103113
Binary11001101100101011110101011001001000100010001100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95EA; }

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

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

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

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

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

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

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

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