Html Css Color HEX #C08CCA Lilac

📋 copy color: '#C08CCA'

red 192 ◦ green 140 ◦ blue 202

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

Shades of Lilac #C08CCA

Tints of Lilac #C08CCA

RGB

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

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

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

R = 35.96%
G = 26.22%
B = 37.83%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C08CCA (or 0xC08CCA) is known color: Lilac. HEX triplet: C0, 8C and CA. RGB value is (192,140,202). Sum of RGB (Red+Green+Blue) = 192+140+202=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCA is #3F7335. Grayscale: #A2A2A2. Windows color (decimal): -4158262 or 13274304. OLE color: 13274304.

HSL color Cylindrical-coordinate representation of color #C08CCA: hue angle of 290.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08CCA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 140 202 -
CMYK 0.05 0.31 0 0.21
HSL 290.32º 0.37% 0.67% -
HSV(B) 290.32º 0.31% 0.79% -
XYZ 41.78 34.23 60.28 -
YUV 162.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 192 140 202 0.05 0.31 0 0.21 290.32 0.37 0.67
Hex C0 8C CA 5 1F 0 15 122 25 43
Octal 300 214 312 5 37 0 25 442 45 103
Binary 11000000 10001100 11001010 101 11111 0 10101 100100010 100101 1000011

Color Harmonies of #C08CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CCA

Black with #C08CCA

Text Example


Text Example

White with #C08CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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