Html Css Color HEX #C98EA3 Viola

📋 copy color: '#C98EA3'

red 201 ◦ green 142 ◦ blue 163

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

Shades of Viola #C98EA3

Tints of Viola #C98EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.21%

R = 39.72%
G = 28.06%
B = 32.21%

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

#C98EA3 (or 0xC98EA3) is known color: Viola. HEX triplet: C9, 8E and A3. RGB value is (201,142,163). Sum of RGB (Red+Green+Blue) = 201+142+163=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EA3 is #36715C. Grayscale: #A2A2A2. Windows color (decimal): -3567965 or 10718921. OLE color: 10718921.

HSL color Cylindrical-coordinate representation of color #C98EA3: hue angle of 338.64º 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 #C98EA3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 163 -
CMYK 0 0.29 0.19 0.21
HSL 338.64º 0.35% 0.67% -
HSV(B) 338.64º 0.29% 0.79% -
XYZ 40.37 34.41 39.16 -
YUV 162.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 201 142 163 0 0.29 0.19 0.21 338.64 0.35 0.67
Hex C9 8E A3 0 1D 13 15 153 23 43
Octal 311 216 243 0 35 23 25 523 43 103
Binary 11001001 10001110 10100011 0 11101 10011 10101 101010011 100011 1000011

Color Harmonies of #C98EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EA3

Black with #C98EA3

Text Example


Text Example

White with #C98EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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