Html Css Color HEX #CB93CB Lilac

📋 copy color: '#CB93CB'

red 203 ◦ green 147 ◦ blue 203

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

Shades of Lilac #CB93CB

Tints of Lilac #CB93CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 36.71%
G = 26.58%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB93CB (or 0xCB93CB) is known color: Lilac. HEX triplet: CB, 93 and CB. RGB value is (203,147,203). Sum of RGB (Red+Green+Blue) = 203+147+203=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93CB is #346C34. Grayscale: #A9A9A9. Windows color (decimal): -3435573 or 13341643. OLE color: 13341643.

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

Color convert

RGB 203 147 203 -
CMYK 0 0.28 0 0.20
HSL 300º 0.35% 0.69% -
HSV(B) 300º 0.28% 0.8% -
XYZ 45.84 37.88 61.39 -
YUV 170.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 203 147 203 0 0.28 0 0.20 300 0.35 0.69
Hex CB 93 CB 0 1C 0 14 12C 23 45
Octal 313 223 313 0 34 0 24 454 43 105
Binary 11001011 10010011 11001011 0 11100 0 10100 100101100 100011 1000101

Color Harmonies of #CB93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93CB

Black with #CB93CB

Text Example


Text Example

White with #CB93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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