Html Css Color HEX #C88D9A Viola

📋 copy color: '#C88D9A'

red 200 ◦ green 141 ◦ blue 154

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

Shades of Viola #C88D9A

Tints of Viola #C88D9A

RGB

 RED value IS 200 (78.52% from 255) = 40.4%

 GREEN value IS 141 (55.47% from 255) = 28.48%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 40.4%
G = 28.48%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C88D9A (or 0xC88D9A) is known color: Viola. HEX triplet: C8, 8D and 9A. RGB value is (200,141,154). Sum of RGB (Red+Green+Blue) = 200+141+154=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D9A is #377265. Grayscale: #A0A0A0. Windows color (decimal): -3633766 or 10128840. OLE color: 10128840.

HSL color Cylindrical-coordinate representation of color #C88D9A: hue angle of 346.78º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88D9A is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 154 -
CMYK 0 0.29 0.23 0.22
HSL 346.78º 0.35% 0.67% -
HSV(B) 346.78º 0.3% 0.78% -
XYZ 39.18 33.66 35 -
YUV 160.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 200 141 154 0 0.29 0.23 0.22 346.78 0.35 0.67
Hex C8 8D 9A 0 1D 17 16 15B 23 43
Octal 310 215 232 0 35 27 26 533 43 103
Binary 11001000 10001101 10011010 0 11101 10111 10110 101011011 100011 1000011

Color Harmonies of #C88D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D9A

Black with #C88D9A

Text Example


Text Example

White with #C88D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D9A; }

 p { color: rgb(200,141,154); }

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

background-color css

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

 a { background-color: rgb(200,141,154); }

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

border-color css

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

 span { border-color: rgb(200,141,154); }

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