Html Css Color HEX #C685CF Lilac

📋 copy color: '#C685CF'

red 198 ◦ green 133 ◦ blue 207

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

Shades of Lilac #C685CF

Tints of Lilac #C685CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 36.8%
G = 24.72%
B = 38.48%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C685CF (or 0xC685CF) is known color: Lilac. HEX triplet: C6, 85 and CF. RGB value is (198,133,207). Sum of RGB (Red+Green+Blue) = 198+133+207=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C685CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CF is #397A30. Grayscale: #A0A0A0. Windows color (decimal): -3766833 or 13600198. OLE color: 13600198.

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

Color convert

RGB 198 133 207 -
CMYK 0.04 0.36 0 0.19
HSL 292.7º 0.44% 0.67% -
HSV(B) 292.7º 0.36% 0.81% -
XYZ 42.94 33.29 63.19 -
YUV 160.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 198 133 207 0.04 0.36 0 0.19 292.7 0.44 0.67
Hex C6 85 CF 4 24 0 13 125 2C 43
Octal 306 205 317 4 44 0 23 445 54 103
Binary 11000110 10000101 11001111 100 100100 0 10011 100100101 101100 1000011

Color Harmonies of #C685CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685CF

Black with #C685CF

Text Example


Text Example

White with #C685CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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