Html Css Color HEX #CB8CCA Lilac

📋 copy color: '#CB8CCA'

red 203 ◦ green 140 ◦ blue 202

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

Shades of Lilac #CB8CCA

Tints of Lilac #CB8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 37.25%
G = 25.69%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB8CCA (or 0xCB8CCA) is known color: Lilac. HEX triplet: CB, 8C and CA. RGB value is (203,140,202). Sum of RGB (Red+Green+Blue) = 203+140+202=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CCA is #347335. Grayscale: #A5A5A5. Windows color (decimal): -3437366 or 13274315. OLE color: 13274315.

HSL color Cylindrical-coordinate representation of color #CB8CCA: hue angle of 300.95º degrees, saturation: 0.38, 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 #CB8CCA is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 202 -
CMYK 0 0.31 0.00 0.20
HSL 300.95º 0.38% 0.67% -
HSV(B) 300.95º 0.31% 0.8% -
XYZ 44.67 35.72 60.42 -
YUV 165.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 203 140 202 0 0.31 0.00 0.20 300.95 0.38 0.67
Hex CB 8C CA 0 1F 0 14 12D 26 43
Octal 313 214 312 0 37 0 24 455 46 103
Binary 11001011 10001100 11001010 0 11111 0 10100 100101101 100110 1000011

Color Harmonies of #CB8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CCA

Black with #CB8CCA

Text Example


Text Example

White with #CB8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CCA; }

 p { color: rgb(203,140,202); }

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

background-color css

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

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

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

border-color css

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

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

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