Html Css Color HEX #C985BE Lilac

📋 copy color: '#C985BE'

red 201 ◦ green 133 ◦ blue 190

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

Shades of Lilac #C985BE

Tints of Lilac #C985BE

RGB

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

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

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

R = 38.36%
G = 25.38%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C985BE (or 0xC985BE) is known color: Lilac. HEX triplet: C9, 85 and BE. RGB value is (201,133,190). Sum of RGB (Red+Green+Blue) = 201+133+190=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C985BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985BE is #367A41. Grayscale: #9F9F9F. Windows color (decimal): -3570242 or 12486089. OLE color: 12486089.

HSL color Cylindrical-coordinate representation of color #C985BE: hue angle of 309.71º 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 #C985BE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 133 190 -
CMYK 0 0.34 0.05 0.21
HSL 309.71º 0.39% 0.65% -
HSV(B) 309.71º 0.34% 0.79% -
XYZ 41.77 32.91 52.87 -
YUV 159.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 201 133 190 0 0.34 0.05 0.21 309.71 0.39 0.65
Hex C9 85 BE 0 22 5 15 136 27 41
Octal 311 205 276 0 42 5 25 466 47 101
Binary 11001001 10000101 10111110 0 100010 101 10101 100110110 100111 1000001

Color Harmonies of #C985BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985BE

Black with #C985BE

Text Example


Text Example

White with #C985BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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