Html Css Color HEX #C08ACC Lilac

📋 copy color: '#C08ACC'

red 192 ◦ green 138 ◦ blue 204

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

Shades of Lilac #C08ACC

Tints of Lilac #C08ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 35.96%
G = 25.84%
B = 38.2%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C08ACC (or 0xC08ACC) is known color: Lilac. HEX triplet: C0, 8A and CC. RGB value is (192,138,204). Sum of RGB (Red+Green+Blue) = 192+138+204=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACC is #3F7533. Grayscale: #A1A1A1. Windows color (decimal): -4158772 or 13404864. OLE color: 13404864.

HSL color Cylindrical-coordinate representation of color #C08ACC: hue angle of 289.09º degrees, saturation: 0.39, 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 #C08ACC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 138 204 -
CMYK 0.06 0.32 0 0.2
HSL 289.09º 0.39% 0.67% -
HSV(B) 289.09º 0.32% 0.8% -
XYZ 41.73 33.74 61.44 -
YUV 161.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 192 138 204 0.06 0.32 0 0.2 289.09 0.39 0.67
Hex C0 8A CC 6 20 0 14 121 27 43
Octal 300 212 314 6 40 0 24 441 47 103
Binary 11000000 10001010 11001100 110 100000 0 10100 100100001 100111 1000011

Color Harmonies of #C08ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ACC

Black with #C08ACC

Text Example


Text Example

White with #C08ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ACC; }

 p { color: rgb(192,138,204); }

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

background-color css

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

 a { background-color: rgb(192,138,204); }

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

border-color css

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

 span { border-color: rgb(192,138,204); }

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