#C98DEA

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

Shades of Wisteria #C98DEA

Tints of Wisteria #C98DEA

Color information

#C98DEA (or 0xC98DEA) is unknown color: approx Wisteria. HEX triplet: C9, 8D and EA. RGB value is (201,141,234). Sum of RGB (Red+Green+Blue) = 201+141+234=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C98DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DEA is #367215. Grayscale: #A9A9A9. Windows color (decimal): -3568150 or 15371721. OLE color: 15371721.

HSL color Cylindrical-coordinate representation of color #C98DEA: hue angle of 278.71º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98DEA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201141234-
CMYK0.140.4000.08
HSL278.71º68.89%73.53%-
HSV(B)278.71º39.74%91.76%-
XYZ48.4637.4182.51-
YUV169.54164.38150.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=34.90%
G=24.48%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011412340.140.4000.08278.7168.8973.53
HexC98DEAE2808117454a
Octal3112153521650010427105112
Binary11001001100011011110101011101010000100010001011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DEA; }

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

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

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

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

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

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

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

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