Html Css Color HEX #C98EA7 Viola

📋 copy color: '#C98EA7'

red 201 ◦ green 142 ◦ blue 167

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

Shades of Viola #C98EA7

Tints of Viola #C98EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.75%

R = 39.41%
G = 27.84%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C98EA7 (or 0xC98EA7) is known color: Viola. HEX triplet: C9, 8E and A7. RGB value is (201,142,167). Sum of RGB (Red+Green+Blue) = 201+142+167=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EA7 is #367158. Grayscale: #A2A2A2. Windows color (decimal): -3567961 or 10981065. OLE color: 10981065.

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

Color convert

RGB 201 142 167 -
CMYK 0 0.29 0.17 0.21
HSL 334.58º 0.35% 0.67% -
HSV(B) 334.58º 0.29% 0.79% -
XYZ 40.74 34.55 41.08 -
YUV 162.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 201 142 167 0 0.29 0.17 0.21 334.58 0.35 0.67
Hex C9 8E A7 0 1D 11 15 14F 23 43
Octal 311 216 247 0 35 21 25 517 43 103
Binary 11001001 10001110 10100111 0 11101 10001 10101 101001111 100011 1000011

Color Harmonies of #C98EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EA7

Black with #C98EA7

Text Example


Text Example

White with #C98EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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