Html Css Color HEX #C985C6 Lilac

📋 copy color: '#C985C6'

red 201 ◦ green 133 ◦ blue 198

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

Shades of Lilac #C985C6

Tints of Lilac #C985C6

RGB

 RED value IS 201 (78.91% from 255) = 37.78%

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

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 37.78%
G = 25%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C985C6 (or 0xC985C6) is known color: Lilac. HEX triplet: C9, 85 and C6. RGB value is (201,133,198). Sum of RGB (Red+Green+Blue) = 201+133+198=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C985C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985C6 is #367A39. Grayscale: #A0A0A0. Windows color (decimal): -3570234 or 13010377. OLE color: 13010377.

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

Color convert

RGB 201 133 198 -
CMYK 0 0.34 0.01 0.21
HSL 302.65º 0.39% 0.65% -
HSV(B) 302.65º 0.34% 0.79% -
XYZ 42.67 33.27 57.6 -
YUV 160.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 201 133 198 0 0.34 0.01 0.21 302.65 0.39 0.65
Hex C9 85 C6 0 22 1 15 12F 27 41
Octal 311 205 306 0 42 1 25 457 47 101
Binary 11001001 10000101 11000110 0 100010 1 10101 100101111 100111 1000001

Color Harmonies of #C985C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985C6

Black with #C985C6

Text Example


Text Example

White with #C985C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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