Html Css Color HEX #CB93C5 Lilac

📋 copy color: '#CB93C5'

red 203 ◦ green 147 ◦ blue 197

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

Shades of Lilac #CB93C5

Tints of Lilac #CB93C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 37.11%
G = 26.87%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB93C5 (or 0xCB93C5) is known color: Lilac. HEX triplet: CB, 93 and C5. RGB value is (203,147,197). Sum of RGB (Red+Green+Blue) = 203+147+197=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93C5 is #346C3A. Grayscale: #A9A9A9. Windows color (decimal): -3435579 or 12948427. OLE color: 12948427.

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

Color convert

RGB 203 147 197 -
CMYK 0 0.28 0.03 0.20
HSL 306.43º 0.35% 0.69% -
HSV(B) 306.43º 0.28% 0.8% -
XYZ 45.14 37.6 57.7 -
YUV 169.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 203 147 197 0 0.28 0.03 0.20 306.43 0.35 0.69
Hex CB 93 C5 0 1C 3 14 132 23 45
Octal 313 223 305 0 34 3 24 462 43 105
Binary 11001011 10010011 11000101 0 11100 11 10100 100110010 100011 1000101

Color Harmonies of #CB93C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93C5

Black with #CB93C5

Text Example


Text Example

White with #CB93C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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