Html Css Color HEX #C685CA Lilac

📋 copy color: '#C685CA'

red 198 ◦ green 133 ◦ blue 202

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

Shades of Lilac #C685CA

Tints of Lilac #C685CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 37.15%
G = 24.95%
B = 37.9%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C685CA (or 0xC685CA) is known color: Lilac. HEX triplet: C6, 85 and CA. RGB value is (198,133,202). Sum of RGB (Red+Green+Blue) = 198+133+202=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C685CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CA is #397A35. Grayscale: #A0A0A0. Windows color (decimal): -3766838 or 13272518. OLE color: 13272518.

HSL color Cylindrical-coordinate representation of color #C685CA: hue angle of 296.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C685CA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 133 202 -
CMYK 0.02 0.34 0 0.21
HSL 296.52º 0.39% 0.66% -
HSV(B) 296.52º 0.34% 0.79% -
XYZ 42.34 33.05 60.02 -
YUV 160.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 198 133 202 0.02 0.34 0 0.21 296.52 0.39 0.66
Hex C6 85 CA 2 22 0 15 129 27 42
Octal 306 205 312 2 42 0 25 451 47 102
Binary 11000110 10000101 11001010 10 100010 0 10101 100101001 100111 1000010

Color Harmonies of #C685CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685CA

Black with #C685CA

Text Example


Text Example

White with #C685CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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