Html Css Color HEX #C08CC1 Lilac

📋 copy color: '#C08CC1'

red 192 ◦ green 140 ◦ blue 193

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

Shades of Lilac #C08CC1

Tints of Lilac #C08CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 36.57%
G = 26.67%
B = 36.76%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C08CC1 (or 0xC08CC1) is known color: Lilac. HEX triplet: C0, 8C and C1. RGB value is (192,140,193). Sum of RGB (Red+Green+Blue) = 192+140+193=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC1 is #3F733E. Grayscale: #A1A1A1. Windows color (decimal): -4158271 or 12684480. OLE color: 12684480.

HSL color Cylindrical-coordinate representation of color #C08CC1: hue angle of 298.87º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CC1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 140 193 -
CMYK 0.01 0.27 0 0.24
HSL 298.87º 0.3% 0.65% -
HSV(B) 298.87º 0.27% 0.76% -
XYZ 40.74 33.81 54.83 -
YUV 161.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 192 140 193 0.01 0.27 0 0.24 298.87 0.3 0.65
Hex C0 8C C1 1 1B 0 18 12B 1E 41
Octal 300 214 301 1 33 0 30 453 36 101
Binary 11000000 10001100 11000001 1 11011 0 11000 100101011 11110 1000001

Color Harmonies of #C08CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CC1

Black with #C08CC1

Text Example


Text Example

White with #C08CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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