Html Css Color HEX #C685C4 Lilac

📋 copy color: '#C685C4'

red 198 ◦ green 133 ◦ blue 196

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

Shades of Lilac #C685C4

Tints of Lilac #C685C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 37.57%
G = 25.24%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C685C4 (or 0xC685C4) is known color: Lilac. HEX triplet: C6, 85 and C4. RGB value is (198,133,196). Sum of RGB (Red+Green+Blue) = 198+133+196=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C685C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685C4 is #397A3B. Grayscale: #9F9F9F. Windows color (decimal): -3766844 or 12879302. OLE color: 12879302.

HSL color Cylindrical-coordinate representation of color #C685C4: hue angle of 301.85º 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 #C685C4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 196 -
CMYK 0 0.33 0.01 0.22
HSL 301.85º 0.36% 0.65% -
HSV(B) 301.85º 0.33% 0.78% -
XYZ 41.64 32.77 56.35 -
YUV 159.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 198 133 196 0 0.33 0.01 0.22 301.85 0.36 0.65
Hex C6 85 C4 0 21 1 16 12E 24 41
Octal 306 205 304 0 41 1 26 456 44 101
Binary 11000110 10000101 11000100 0 100001 1 10110 100101110 100100 1000001

Color Harmonies of #C685C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685C4

Black with #C685C4

Text Example


Text Example

White with #C685C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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