#CD98EB

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

Shades of Wisteria #CD98EB

Tints of Wisteria #CD98EB

Color information

#CD98EB (or 0xCD98EB) is unknown color: approx Wisteria. HEX triplet: CD, 98 and EB. RGB value is (205,152,235). Sum of RGB (Red+Green+Blue) = 205+152+235=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD98EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD98EB is #326714. Grayscale: #B1B1B1. Windows color (decimal): -3303189 or 15440077. OLE color: 15440077.

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

Color convert

RGB205152235-
CMYK0.130.3500.08
HSL278.31º67.48%75.88%-
HSV(B)278.31º35.32%92.16%-
XYZ51.441.4383.89-
YUV177.31160.56147.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=34.63%
G=25.68%
B=39.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051522350.130.3500.08278.3167.4875.88
HexCD98EBD2308116434c
Octal3152303531543010426103114
Binary11001101100110001110101111011000110100010001011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98EB; }

 p { color: rgb(205,152,235); }

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

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

 a { background-color: rgb(205,152,235); }

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

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

 span { border-color: rgb(205,152,235); }

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