#CB85A8

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

Shades of Viola #CB85A8

Tints of Viola #CB85A8

Color information

#CB85A8 (or 0xCB85A8) is unknown color: approx Viola. HEX triplet: CB, 85 and A8. RGB value is (203,133,168). Sum of RGB (Red+Green+Blue) = 203+133+168=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85A8 is #347A57. Grayscale: #9D9D9D. Windows color (decimal): -3439192 or 11044299. OLE color: 11044299.

HSL color Cylindrical-coordinate representation of color #CB85A8: hue angle of 330º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85A8 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203133168-
CMYK00.340.170.20
HSL330º40.23%65.88%-
HSV(B)330º34.48%79.61%-
XYZ40.0832.341.17-
YUV157.92133.69160.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=40.28%
G=26.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313316800.340.170.2033040.2365.88
HexCB85A8022111414a2842
Octal313205250042212451250102
Binary110010111000010110101000010001010001101001010010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85A8; }

 p { color: rgb(203,133,168); }

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

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

 a { background-color: rgb(203,133,168); }

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

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

 span { border-color: rgb(203,133,168); }

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