Html Css Color HEX #C985CA Lilac

📋 copy color: '#C985CA'

red 201 ◦ green 133 ◦ blue 202

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

Shades of Lilac #C985CA

Tints of Lilac #C985CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 37.5%
G = 24.81%
B = 37.69%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C985CA (or 0xC985CA) is known color: Lilac. HEX triplet: C9, 85 and CA. RGB value is (201,133,202). Sum of RGB (Red+Green+Blue) = 201+133+202=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C985CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CA is #367A35. Grayscale: #A0A0A0. Windows color (decimal): -3570230 or 13272521. OLE color: 13272521.

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

Color convert

RGB 201 133 202 -
CMYK 0.00 0.34 0 0.21
HSL 299.13º 0.39% 0.66% -
HSV(B) 299.13º 0.34% 0.79% -
XYZ 43.14 33.46 60.06 -
YUV 161.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 201 133 202 0.00 0.34 0 0.21 299.13 0.39 0.66
Hex C9 85 CA 0 22 0 15 12B 27 42
Octal 311 205 312 0 42 0 25 453 47 102
Binary 11001001 10000101 11001010 0 100010 0 10101 100101011 100111 1000010

Color Harmonies of #C985CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985CA

Black with #C985CA

Text Example


Text Example

White with #C985CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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