Html Css Color HEX #C08BCA Lilac

📋 copy color: '#C08BCA'

red 192 ◦ green 139 ◦ blue 202

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

Shades of Lilac #C08BCA

Tints of Lilac #C08BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

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

R = 36.02%
G = 26.08%
B = 37.9%

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

#C08BCA (or 0xC08BCA) is known color: Lilac. HEX triplet: C0, 8B and CA. RGB value is (192,139,202). Sum of RGB (Red+Green+Blue) = 192+139+202=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BCA is #3F7435. Grayscale: #A1A1A1. Windows color (decimal): -4158518 or 13274048. OLE color: 13274048.

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

Color convert

RGB 192 139 202 -
CMYK 0.05 0.31 0 0.21
HSL 290.48º 0.37% 0.67% -
HSV(B) 290.48º 0.31% 0.79% -
XYZ 41.63 33.94 60.23 -
YUV 162.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 192 139 202 0.05 0.31 0 0.21 290.48 0.37 0.67
Hex C0 8B CA 5 1F 0 15 122 25 43
Octal 300 213 312 5 37 0 25 442 45 103
Binary 11000000 10001011 11001010 101 11111 0 10101 100100010 100101 1000011

Color Harmonies of #C08BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BCA

Black with #C08BCA

Text Example


Text Example

White with #C08BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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