#CB83AA

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

Shades of Viola #CB83AA

Tints of Viola #CB83AA

Color information

#CB83AA (or 0xCB83AA) is unknown color: approx Viola. HEX triplet: CB, 83 and AA. RGB value is (203,131,170). Sum of RGB (Red+Green+Blue) = 203+131+170=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83AA is #347C55. Grayscale: #9C9C9C. Windows color (decimal): -3439702 or 11174859. OLE color: 11174859.

HSL color Cylindrical-coordinate representation of color #CB83AA: hue angle of 327.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83AA is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203131170-
CMYK00.350.160.20
HSL327.5º40.91%65.49%-
HSV(B)327.5º35.47%79.61%-
XYZ4031.8342.07-
YUV156.97135.35160.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=40.28%
G=25.99%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313117000.350.160.20327.540.9165.49
HexCB83AA02310141482941
Octal313203252043202451051101
Binary110010111000001110101010010001110000101001010010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83AA; }

 p { color: rgb(203,131,170); }

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

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

 a { background-color: rgb(203,131,170); }

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

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

 span { border-color: rgb(203,131,170); }

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