Html Css Color HEX #C992CF Lilac

📋 copy color: '#C992CF'

red 201 ◦ green 146 ◦ blue 207

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

Shades of Lilac #C992CF

Tints of Lilac #C992CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.35%

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 36.28%
G = 26.35%
B = 37.36%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C992CF (or 0xC992CF) is known color: Lilac. HEX triplet: C9, 92 and CF. RGB value is (201,146,207). Sum of RGB (Red+Green+Blue) = 201+146+207=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #C992CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992CF is #366D30. Grayscale: #A9A9A9. Windows color (decimal): -3566897 or 13603529. OLE color: 13603529.

HSL color Cylindrical-coordinate representation of color #C992CF: hue angle of 294.1º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C992CF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 146 207 -
CMYK 0.03 0.29 0 0.19
HSL 294.1º 0.39% 0.69% -
HSV(B) 294.1º 0.29% 0.81% -
XYZ 45.63 37.48 63.86 -
YUV 169.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 201 146 207 0.03 0.29 0 0.19 294.1 0.39 0.69
Hex C9 92 CF 3 1D 0 13 126 27 45
Octal 311 222 317 3 35 0 23 446 47 105
Binary 11001001 10010010 11001111 11 11101 0 10011 100100110 100111 1000101

Color Harmonies of #C992CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992CF

Black with #C992CF

Text Example


Text Example

White with #C992CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992CF; }

 p { color: rgb(201,146,207); }

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

background-color css

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

 a { background-color: rgb(201,146,207); }

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

border-color css

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

 span { border-color: rgb(201,146,207); }

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