Html Css Color HEX #CB93CF Lilac

📋 copy color: '#CB93CF'

red 203 ◦ green 147 ◦ blue 207

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

Shades of Lilac #CB93CF

Tints of Lilac #CB93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 36.45%
G = 26.39%
B = 37.16%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB93CF (or 0xCB93CF) is known color: Lilac. HEX triplet: CB, 93 and CF. RGB value is (203,147,207). Sum of RGB (Red+Green+Blue) = 203+147+207=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93CF is #346C30. Grayscale: #AAAAAA. Windows color (decimal): -3435569 or 13603787. OLE color: 13603787.

HSL color Cylindrical-coordinate representation of color #CB93CF: hue angle of 296º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB93CF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 147 207 -
CMYK 0.02 0.29 0 0.19
HSL 296º 0.38% 0.69% -
HSV(B) 296º 0.29% 0.81% -
XYZ 46.32 38.07 63.94 -
YUV 170.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 203 147 207 0.02 0.29 0 0.19 296 0.38 0.69
Hex CB 93 CF 2 1D 0 13 128 26 45
Octal 313 223 317 2 35 0 23 450 46 105
Binary 11001011 10010011 11001111 10 11101 0 10011 100101000 100110 1000101

Color Harmonies of #CB93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93CF

Black with #CB93CF

Text Example


Text Example

White with #CB93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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