Html Css Color HEX #CB8DCB Lilac

📋 copy color: '#CB8DCB'

red 203 ◦ green 141 ◦ blue 203

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

Shades of Lilac #CB8DCB

Tints of Lilac #CB8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.78%

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

R = 37.11%
G = 25.78%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB8DCB (or 0xCB8DCB) is known color: Lilac. HEX triplet: CB, 8D and CB. RGB value is (203,141,203). Sum of RGB (Red+Green+Blue) = 203+141+203=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DCB is #347234. Grayscale: #A6A6A6. Windows color (decimal): -3437109 or 13340107. OLE color: 13340107.

HSL color Cylindrical-coordinate representation of color #CB8DCB: hue angle of 300º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DCB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 141 203 -
CMYK 0 0.31 0 0.20
HSL 300º 0.37% 0.67% -
HSV(B) 300º 0.31% 0.8% -
XYZ 44.93 36.06 61.09 -
YUV 166.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 203 141 203 0 0.31 0 0.20 300 0.37 0.67
Hex CB 8D CB 0 1F 0 14 12C 25 43
Octal 313 215 313 0 37 0 24 454 45 103
Binary 11001011 10001101 11001011 0 11111 0 10100 100101100 100101 1000011

Color Harmonies of #CB8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DCB

Black with #CB8DCB

Text Example


Text Example

White with #CB8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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