Html Css Color HEX #C985CB Lilac

📋 copy color: '#C985CB'

red 201 ◦ green 133 ◦ blue 203

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

Shades of Lilac #C985CB

Tints of Lilac #C985CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 37.43%
G = 24.77%
B = 37.8%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C985CB (or 0xC985CB) is known color: Lilac. HEX triplet: C9, 85 and CB. RGB value is (201,133,203). Sum of RGB (Red+Green+Blue) = 201+133+203=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C985CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CB is #367A34. Grayscale: #A1A1A1. Windows color (decimal): -3570229 or 13338057. OLE color: 13338057.

HSL color Cylindrical-coordinate representation of color #C985CB: hue angle of 298.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985CB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 133 203 -
CMYK 0.01 0.34 0 0.20
HSL 298.29º 0.4% 0.66% -
HSV(B) 298.29º 0.34% 0.8% -
XYZ 43.25 33.5 60.69 -
YUV 161.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 201 133 203 0.01 0.34 0 0.20 298.29 0.4 0.66
Hex C9 85 CB 1 22 0 14 12A 28 42
Octal 311 205 313 1 42 0 24 452 50 102
Binary 11001001 10000101 11001011 1 100010 0 10100 100101010 101000 1000010

Color Harmonies of #C985CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985CB

Black with #C985CB

Text Example


Text Example

White with #C985CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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