Html Css Color HEX #C08CCB Lilac

📋 copy color: '#C08CCB'

red 192 ◦ green 140 ◦ blue 203

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

Shades of Lilac #C08CCB

Tints of Lilac #C08CCB

RGB

 RED value IS 192 (75.39% from 255) = 35.89%

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

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

R = 35.89%
G = 26.17%
B = 37.94%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C08CCB (or 0xC08CCB) is known color: Lilac. HEX triplet: C0, 8C and CB. RGB value is (192,140,203). Sum of RGB (Red+Green+Blue) = 192+140+203=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCB is #3F7334. Grayscale: #A2A2A2. Windows color (decimal): -4158261 or 13339840. OLE color: 13339840.

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

Color convert

RGB 192 140 203 -
CMYK 0.05 0.31 0 0.20
HSL 289.52º 0.38% 0.67% -
HSV(B) 289.52º 0.31% 0.8% -
XYZ 41.9 34.27 60.91 -
YUV 162.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 192 140 203 0.05 0.31 0 0.20 289.52 0.38 0.67
Hex C0 8C CB 5 1F 0 14 122 26 43
Octal 300 214 313 5 37 0 24 442 46 103
Binary 11000000 10001100 11001011 101 11111 0 10100 100100010 100110 1000011

Color Harmonies of #C08CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CCB

Black with #C08CCB

Text Example


Text Example

White with #C08CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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