#C98DEE

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

Shades of Wisteria #C98DEE

Tints of Wisteria #C98DEE

Color information

#C98DEE (or 0xC98DEE) is unknown color: approx Wisteria. HEX triplet: C9, 8D and EE. RGB value is (201,141,238). Sum of RGB (Red+Green+Blue) = 201+141+238=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #C98DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DEE is #367211. Grayscale: #A9A9A9. Windows color (decimal): -3568146 or 15633865. OLE color: 15633865.

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

Color convert

RGB201141238-
CMYK0.160.4100.07
HSL277.11º74.05%74.31%-
HSV(B)277.11º40.76%93.33%-
XYZ49.0437.6485.57-
YUV170166.38150.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=34.66%
G=24.31%
B=41.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011412380.160.4100.07277.1174.0574.31
HexC98DEE1029071154a4a
Octal311215356205107425112112
Binary11001001100011011110111010000101001011110001010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DEE; }

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

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

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

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

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

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

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

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