Html Css Color HEX #C995BD Lily

📋 copy color: '#C995BD'

red 201 ◦ green 149 ◦ blue 189

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

Shades of Lily #C995BD

Tints of Lily #C995BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 37.29%
G = 27.64%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C995BD (or 0xC995BD) is known color: Lily. HEX triplet: C9, 95 and BD. RGB value is (201,149,189). Sum of RGB (Red+Green+Blue) = 201+149+189=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BD is #366A42. Grayscale: #A8A8A8. Windows color (decimal): -3566147 or 12424649. OLE color: 12424649.

HSL color Cylindrical-coordinate representation of color #C995BD: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995BD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 189 -
CMYK 0 0.26 0.06 0.21
HSL 313.85º 0.33% 0.69% -
HSV(B) 313.85º 0.26% 0.79% -
XYZ 44.02 37.59 53.08 -
YUV 169.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 201 149 189 0 0.26 0.06 0.21 313.85 0.33 0.69
Hex C9 95 BD 0 1A 6 15 13A 20 45
Octal 311 225 275 0 32 6 25 472 40 105
Binary 11001001 10010101 10111101 0 11010 110 10101 100111010 100000 1000101

Color Harmonies of #C995BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995BD

Black with #C995BD

Text Example


Text Example

White with #C995BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995BD; }

 p { color: rgb(201,149,189); }

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

background-color css

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

 a { background-color: rgb(201,149,189); }

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

border-color css

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

 span { border-color: rgb(201,149,189); }

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