#C98BEE

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

Shades of Wisteria #C98BEE

Tints of Wisteria #C98BEE

Color information

#C98BEE (or 0xC98BEE) is unknown color: approx Wisteria. HEX triplet: C9, 8B and EE. RGB value is (201,139,238). Sum of RGB (Red+Green+Blue) = 201+139+238=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C98BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BEE is #367411. Grayscale: #A8A8A8. Windows color (decimal): -3568658 or 15633353. OLE color: 15633353.

HSL color Cylindrical-coordinate representation of color #C98BEE: hue angle of 277.58º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98BEE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201139238-
CMYK0.160.4200.07
HSL277.58º74.44%73.92%-
HSV(B)277.58º41.6%93.33%-
XYZ48.7537.0685.47-
YUV168.82167.04150.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=34.78%
G=24.05%
B=41.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011392380.160.4200.07277.5874.4473.92
HexC98BEE102A071164a4a
Octal311213356205207426112112
Binary11001001100010111110111010000101010011110001011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BEE; }

 p { color: rgb(201,139,238); }

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

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

 a { background-color: rgb(201,139,238); }

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

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

 span { border-color: rgb(201,139,238); }

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