Html Css Color HEX #C685CE Lilac

📋 copy color: '#C685CE'

red 198 ◦ green 133 ◦ blue 206

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

Shades of Lilac #C685CE

Tints of Lilac #C685CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 36.87%
G = 24.77%
B = 38.36%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C685CE (or 0xC685CE) is known color: Lilac. HEX triplet: C6, 85 and CE. RGB value is (198,133,206). Sum of RGB (Red+Green+Blue) = 198+133+206=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #C685CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CE is #397A31. Grayscale: #A0A0A0. Windows color (decimal): -3766834 or 13534662. OLE color: 13534662.

HSL color Cylindrical-coordinate representation of color #C685CE: hue angle of 293.42º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C685CE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 133 206 -
CMYK 0.04 0.35 0 0.19
HSL 293.42º 0.43% 0.66% -
HSV(B) 293.42º 0.35% 0.81% -
XYZ 42.82 33.24 62.55 -
YUV 160.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 198 133 206 0.04 0.35 0 0.19 293.42 0.43 0.66
Hex C6 85 CE 4 23 0 13 125 2B 42
Octal 306 205 316 4 43 0 23 445 53 102
Binary 11000110 10000101 11001110 100 100011 0 10011 100100101 101011 1000010

Color Harmonies of #C685CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685CE

Black with #C685CE

Text Example


Text Example

White with #C685CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685CE; }

 p { color: rgb(198,133,206); }

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

background-color css

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

 a { background-color: rgb(198,133,206); }

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

border-color css

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

 span { border-color: rgb(198,133,206); }

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