#C98AEA

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

Shades of Wisteria #C98AEA

Tints of Wisteria #C98AEA

Color information

#C98AEA (or 0xC98AEA) is unknown color: approx Wisteria. HEX triplet: C9, 8A and EA. RGB value is (201,138,234). Sum of RGB (Red+Green+Blue) = 201+138+234=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C98AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AEA is #367515. Grayscale: #A7A7A7. Windows color (decimal): -3568918 or 15370953. OLE color: 15370953.

HSL color Cylindrical-coordinate representation of color #C98AEA: hue angle of 279.38º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98AEA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201138234-
CMYK0.140.4100.08
HSL279.38º69.57%72.94%-
HSV(B)279.38º41.03%91.76%-
XYZ48.0336.5382.36-
YUV167.78165.37151.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=35.08%
G=24.08%
B=40.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011382340.140.4100.08279.3869.5772.94
HexC98AEAE29081174649
Octal3112123521651010427106111
Binary11001001100010101110101011101010010100010001011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98AEA; }

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

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

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

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

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

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

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

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