#C88CA4

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

Shades of Viola #C88CA4

Tints of Viola #C88CA4

Color information

#C88CA4 (or 0xC88CA4) is unknown color: approx Viola. HEX triplet: C8, 8C and A4. RGB value is (200,140,164). Sum of RGB (Red+Green+Blue) = 200+140+164=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CA4 is #37735B. Grayscale: #A0A0A0. Windows color (decimal): -3634012 or 10783944. OLE color: 10783944.

HSL color Cylindrical-coordinate representation of color #C88CA4: hue angle of 336º 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 #C88CA4 is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200140164-
CMYK00.30.180.22
HSL336º35.29%66.67%-
HSV(B)336º30%78.43%-
XYZ39.933.7239.53-
YUV160.68129.88156.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=39.68%
G=27.78%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014016400.30.180.2233635.2966.67
HexC88CA401E12161502343
Octal310214244036222652043103
Binary11001000100011001010010001111010010101101010100001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CA4; }

 p { color: rgb(200,140,164); }

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

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

 a { background-color: rgb(200,140,164); }

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

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

 span { border-color: rgb(200,140,164); }

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