Html Css Color HEX #C685BE Lilac

📋 copy color: '#C685BE'

red 198 ◦ green 133 ◦ blue 190

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

Shades of Lilac #C685BE

Tints of Lilac #C685BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 38%
G = 25.53%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C685BE (or 0xC685BE) is known color: Lilac. HEX triplet: C6, 85 and BE. RGB value is (198,133,190). Sum of RGB (Red+Green+Blue) = 198+133+190=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C685BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685BE is #397A41. Grayscale: #9E9E9E. Windows color (decimal): -3766850 or 12486086. OLE color: 12486086.

HSL color Cylindrical-coordinate representation of color #C685BE: hue angle of 307.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685BE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 190 -
CMYK 0 0.33 0.04 0.22
HSL 307.38º 0.36% 0.65% -
HSV(B) 307.38º 0.33% 0.78% -
XYZ 40.97 32.5 52.83 -
YUV 158.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 198 133 190 0 0.33 0.04 0.22 307.38 0.36 0.65
Hex C6 85 BE 0 21 4 16 133 24 41
Octal 306 205 276 0 41 4 26 463 44 101
Binary 11000110 10000101 10111110 0 100001 100 10110 100110011 100100 1000001

Color Harmonies of #C685BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685BE

Black with #C685BE

Text Example


Text Example

White with #C685BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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