Html Css Color HEX #C08CC8 Lilac

📋 copy color: '#C08CC8'

red 192 ◦ green 140 ◦ blue 200

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

Shades of Lilac #C08CC8

Tints of Lilac #C08CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.59%

R = 36.09%
G = 26.32%
B = 37.59%

CMYK

 C value IS 0.04

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C08CC8 (or 0xC08CC8) is known color: Lilac. HEX triplet: C0, 8C and C8. RGB value is (192,140,200). Sum of RGB (Red+Green+Blue) = 192+140+200=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #C08CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC8 is #3F7337. Grayscale: #A2A2A2. Windows color (decimal): -4158264 or 13143232. OLE color: 13143232.

HSL color Cylindrical-coordinate representation of color #C08CC8: hue angle of 292º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08CC8 is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 140 200 -
CMYK 0.04 0.3 0 0.22
HSL 292º 0.35% 0.67% -
HSV(B) 292º 0.3% 0.78% -
XYZ 41.54 34.13 59.04 -
YUV 162.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 192 140 200 0.04 0.3 0 0.22 292 0.35 0.67
Hex C0 8C C8 4 1E 0 16 124 23 43
Octal 300 214 310 4 36 0 26 444 43 103
Binary 11000000 10001100 11001000 100 11110 0 10110 100100100 100011 1000011

Color Harmonies of #C08CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CC8

Black with #C08CC8

Text Example


Text Example

White with #C08CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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