Html Css Color HEX #C68CCC Lilac

📋 copy color: '#C68CCC'

red 198 ◦ green 140 ◦ blue 204

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

Shades of Lilac #C68CCC

Tints of Lilac #C68CCC

RGB

 RED value IS 198 (77.73% from 255) = 36.53%

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

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

R = 36.53%
G = 25.83%
B = 37.64%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C68CCC (or 0xC68CCC) is known color: Lilac. HEX triplet: C6, 8C and CC. RGB value is (198,140,204). Sum of RGB (Red+Green+Blue) = 198+140+204=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C68CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CCC is #397333. Grayscale: #A4A4A4. Windows color (decimal): -3765044 or 13405382. OLE color: 13405382.

HSL color Cylindrical-coordinate representation of color #C68CCC: hue angle of 294.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68CCC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 140 204 -
CMYK 0.03 0.31 0 0.2
HSL 294.38º 0.39% 0.67% -
HSV(B) 294.38º 0.31% 0.8% -
XYZ 43.57 35.12 61.61 -
YUV 164.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 198 140 204 0.03 0.31 0 0.2 294.38 0.39 0.67
Hex C6 8C CC 3 1F 0 14 126 27 43
Octal 306 214 314 3 37 0 24 446 47 103
Binary 11000110 10001100 11001100 11 11111 0 10100 100100110 100111 1000011

Color Harmonies of #C68CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CCC

Black with #C68CCC

Text Example


Text Example

White with #C68CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CCC; }

 p { color: rgb(198,140,204); }

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

background-color css

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

 a { background-color: rgb(198,140,204); }

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

border-color css

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

 span { border-color: rgb(198,140,204); }

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