#C898EB

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

Shades of Wisteria #C898EB

Tints of Wisteria #C898EB

Color information

#C898EB (or 0xC898EB) is unknown color: approx Wisteria. HEX triplet: C8, 98 and EB. RGB value is (200,152,235). Sum of RGB (Red+Green+Blue) = 200+152+235=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #C898EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898EB is #376714. Grayscale: #AFAFAF. Windows color (decimal): -3630869 or 15440072. OLE color: 15440072.

HSL color Cylindrical-coordinate representation of color #C898EB: hue angle of 274.7º 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 #C898EB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200152235-
CMYK0.150.3500.08
HSL274.7º67.48%75.88%-
HSV(B)274.7º35.32%92.16%-
XYZ50.0440.7383.82-
YUV175.81161.4145.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=34.07%
G=25.89%
B=40.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001522350.150.3500.08274.767.4875.88
HexC898EBF2308113434c
Octal3102303531743010423103114
Binary11001000100110001110101111111000110100010001001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898EB; }

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

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

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

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

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

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

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

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