Html Css Color HEX #C685CC Lilac

📋 copy color: '#C685CC'

red 198 ◦ green 133 ◦ blue 204

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

Shades of Lilac #C685CC

Tints of Lilac #C685CC

RGB

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

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

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

R = 37.01%
G = 24.86%
B = 38.13%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C685CC (or 0xC685CC) is known color: Lilac. HEX triplet: C6, 85 and CC. RGB value is (198,133,204). Sum of RGB (Red+Green+Blue) = 198+133+204=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 133 (52.34% from 255 or 24.86% 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 #C685CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CC is #397A33. Grayscale: #A0A0A0. Windows color (decimal): -3766836 or 13403590. OLE color: 13403590.

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

Color convert

RGB 198 133 204 -
CMYK 0.03 0.35 0 0.2
HSL 294.93º 0.41% 0.66% -
HSV(B) 294.93º 0.35% 0.8% -
XYZ 42.58 33.14 61.28 -
YUV 160.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 198 133 204 0.03 0.35 0 0.2 294.93 0.41 0.66
Hex C6 85 CC 3 23 0 14 127 29 42
Octal 306 205 314 3 43 0 24 447 51 102
Binary 11000110 10000101 11001100 11 100011 0 10100 100100111 101001 1000010

Color Harmonies of #C685CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685CC

Black with #C685CC

Text Example


Text Example

White with #C685CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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