Html Css Color HEX #C08BCC Lilac

📋 copy color: '#C08BCC'

red 192 ◦ green 139 ◦ blue 204

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

Shades of Lilac #C08BCC

Tints of Lilac #C08BCC

RGB

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

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

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

R = 35.89%
G = 25.98%
B = 38.13%

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

#C08BCC (or 0xC08BCC) is known color: Lilac. HEX triplet: C0, 8B and CC. RGB value is (192,139,204). Sum of RGB (Red+Green+Blue) = 192+139+204=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BCC is #3F7433. Grayscale: #A2A2A2. Windows color (decimal): -4158516 or 13405120. OLE color: 13405120.

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

Color convert

RGB 192 139 204 -
CMYK 0.06 0.32 0 0.2
HSL 288.92º 0.39% 0.67% -
HSV(B) 288.92º 0.32% 0.8% -
XYZ 41.87 34.03 61.49 -
YUV 162.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 192 139 204 0.06 0.32 0 0.2 288.92 0.39 0.67
Hex C0 8B CC 6 20 0 14 121 27 43
Octal 300 213 314 6 40 0 24 441 47 103
Binary 11000000 10001011 11001100 110 100000 0 10100 100100001 100111 1000011

Color Harmonies of #C08BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BCC

Black with #C08BCC

Text Example


Text Example

White with #C08BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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