Html Css Color HEX #CB8AC6 Lilac

📋 copy color: '#CB8AC6'

red 203 ◦ green 138 ◦ blue 198

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

Shades of Lilac #CB8AC6

Tints of Lilac #CB8AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 37.66%
G = 25.6%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB8AC6 (or 0xCB8AC6) is known color: Lilac. HEX triplet: CB, 8A and C6. RGB value is (203,138,198). Sum of RGB (Red+Green+Blue) = 203+138+198=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AC6 is #347539. Grayscale: #A4A4A4. Windows color (decimal): -3437882 or 13011659. OLE color: 13011659.

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

Color convert

RGB 203 138 198 -
CMYK 0 0.32 0.02 0.20
HSL 304.62º 0.38% 0.67% -
HSV(B) 304.62º 0.32% 0.8% -
XYZ 43.91 34.95 57.86 -
YUV 164.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 203 138 198 0 0.32 0.02 0.20 304.62 0.38 0.67
Hex CB 8A C6 0 20 2 14 131 26 43
Octal 313 212 306 0 40 2 24 461 46 103
Binary 11001011 10001010 11000110 0 100000 10 10100 100110001 100110 1000011

Color Harmonies of #CB8AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8AC6

Black with #CB8AC6

Text Example


Text Example

White with #CB8AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8AC6; }

 p { color: rgb(203,138,198); }

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

background-color css

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

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

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

border-color css

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

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

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