Html Css Color HEX #CB93BF Lilac

📋 copy color: '#CB93BF'

red 203 ◦ green 147 ◦ blue 191

#CB93BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CB93BF

Tints of Lilac #CB93BF

RGB

 RED value IS 203 (79.69% from 255) = 37.52%

 GREEN value IS 147 (57.81% from 255) = 27.17%

 BLUE value IS 191 (75% from 255) = 35.3%

R = 37.52%
G = 27.17%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB93BF (or 0xCB93BF) is known color: Lilac. HEX triplet: CB, 93 and BF. RGB value is (203,147,191). Sum of RGB (Red+Green+Blue) = 203+147+191=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93BF is #346C40. Grayscale: #A8A8A8. Windows color (decimal): -3435585 or 12555211. OLE color: 12555211.

HSL color Cylindrical-coordinate representation of color #CB93BF: hue angle of 312.86º 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 #CB93BF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 191 -
CMYK 0 0.28 0.06 0.20
HSL 312.86º 0.35% 0.69% -
HSV(B) 312.86º 0.28% 0.8% -
XYZ 44.47 37.33 54.15 -
YUV 168.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 203 147 191 0 0.28 0.06 0.20 312.86 0.35 0.69
Hex CB 93 BF 0 1C 6 14 139 23 45
Octal 313 223 277 0 34 6 24 471 43 105
Binary 11001011 10010011 10111111 0 11100 110 10100 100111001 100011 1000101

Color Harmonies of #CB93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93BF

Black with #CB93BF

Text Example


Text Example

White with #CB93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93BF; }

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

 H1.HeaderClassName
 {
   color: #CB93BF;
 }
 .AnyTagClassName
 {
   color: #CB93BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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