Html Css Color HEX #C98EA2 Viola

📋 copy color: '#C98EA2'

red 201 ◦ green 142 ◦ blue 162

#C98EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C98EA2

Tints of Viola #C98EA2

RGB

 RED value IS 201 (78.91% from 255) = 39.8%

 GREEN value IS 142 (55.86% from 255) = 28.12%

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 39.8%
G = 28.12%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C98EA2 (or 0xC98EA2) is known color: Viola. HEX triplet: C9, 8E and A2. RGB value is (201,142,162). Sum of RGB (Red+Green+Blue) = 201+142+162=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EA2 is #36715D. Grayscale: #A1A1A1. Windows color (decimal): -3567966 or 10653385. OLE color: 10653385.

HSL color Cylindrical-coordinate representation of color #C98EA2: hue angle of 339.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98EA2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 162 -
CMYK 0 0.29 0.19 0.21
HSL 339.66º 0.35% 0.67% -
HSV(B) 339.66º 0.29% 0.79% -
XYZ 40.28 34.37 38.69 -
YUV 161.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 201 142 162 0 0.29 0.19 0.21 339.66 0.35 0.67
Hex C9 8E A2 0 1D 13 15 154 23 43
Octal 311 216 242 0 35 23 25 524 43 103
Binary 11001001 10001110 10100010 0 11101 10011 10101 101010100 100011 1000011

Color Harmonies of #C98EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EA2

Black with #C98EA2

Text Example


Text Example

White with #C98EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EA2; }

 p { color: rgb(201,142,162); }

 H1.HeaderClassName
 {
   color: #C98EA2;
 }
 .AnyTagClassName
 {
   color: #C98EA2;
 }
</style>

background-color css

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

 a { background-color: rgb(201,142,162); }

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

border-color css

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

 span { border-color: rgb(201,142,162); }

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