#C88F9E

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

Shades of Viola #C88F9E

Tints of Viola #C88F9E

Color information

#C88F9E (or 0xC88F9E) is unknown color: approx Viola. HEX triplet: C8, 8F and 9E. RGB value is (200,143,158). Sum of RGB (Red+Green+Blue) = 200+143+158=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F9E is #377061. Grayscale: #A1A1A1. Windows color (decimal): -3633250 or 10391496. OLE color: 10391496.

HSL color Cylindrical-coordinate representation of color #C88F9E: hue angle of 344.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C88F9E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB200143158-
CMYK00.280.210.22
HSL344.21º34.13%67.25%-
HSV(B)344.21º28.5%78.43%-
XYZ39.8134.3936.89-
YUV161.75125.88155.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=39.92%
G=28.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014315800.280.210.22344.2134.1367.25
HexC88F9E01C15161582243
Octal310217236034252653042103
Binary11001000100011111001111001110010101101101010110001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F9E; }

 p { color: rgb(200,143,158); }

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

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

 a { background-color: rgb(200,143,158); }

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

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

 span { border-color: rgb(200,143,158); }

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