#CD97EC

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

Shades of Wisteria #CD97EC

Tints of Wisteria #CD97EC

Color information

#CD97EC (or 0xCD97EC) is unknown color: approx Wisteria. HEX triplet: CD, 97 and EC. RGB value is (205,151,236). Sum of RGB (Red+Green+Blue) = 205+151+236=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD97EC is #326813. Grayscale: #B0B0B0. Windows color (decimal): -3303444 or 15505357. OLE color: 15505357.

HSL color Cylindrical-coordinate representation of color #CD97EC: hue angle of 278.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD97EC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205151236-
CMYK0.130.3600.07
HSL278.12º69.11%75.88%-
HSV(B)278.12º36.02%92.55%-
XYZ51.3841.1784.59-
YUV176.84161.39148.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=34.63%
G=25.51%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051512360.130.3600.07278.1269.1175.88
HexCD97ECD2407116454c
Octal315227354154407426105114
Binary1100110110010111111011001101100100011110001011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97EC; }

 p { color: rgb(205,151,236); }

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

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

 a { background-color: rgb(205,151,236); }

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

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

 span { border-color: rgb(205,151,236); }

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