#CB93C1

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

Shades of Lilac #CB93C1

Tints of Lilac #CB93C1

Color information

#CB93C1 (or 0xCB93C1) is unknown color: approx Lilac. HEX triplet: CB, 93 and C1. RGB value is (203,147,193). Sum of RGB (Red+Green+Blue) = 203+147+193=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93C1 is #346C3E. Grayscale: #A8A8A8. Windows color (decimal): -3435583 or 12686283. OLE color: 12686283.

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

Color convert

RGB203147193-
CMYK00.280.050.20
HSL310.71º35%68.63%-
HSV(B)310.71º27.59%79.61%-
XYZ44.6937.4155.32-
YUV168.99141.55152.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=37.38%
G=27.07%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314719300.280.050.20310.713568.63
HexCB93C101C5141372345
Octal31322330103452446743105
Binary110010111001001111000001011100101101001001101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93C1; }

 p { color: rgb(203,147,193); }

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

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

 a { background-color: rgb(203,147,193); }

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

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

 span { border-color: rgb(203,147,193); }

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