Html Css Color HEX #C582B1 Lily

📋 copy color: '#C582B1'

red 197 ◦ green 130 ◦ blue 177

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

Shades of Lily #C582B1

Tints of Lily #C582B1

RGB

 RED value IS 197 (77.34% from 255) = 39.09%

 GREEN value IS 130 (51.17% from 255) = 25.79%

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 39.09%
G = 25.79%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C582B1 (or 0xC582B1) is known color: Lily. HEX triplet: C5, 82 and B1. RGB value is (197,130,177). Sum of RGB (Red+Green+Blue) = 197+130+177=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C582B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582B1 is #3A7D4E. Grayscale: #9B9B9B. Windows color (decimal): -3833167 or 11633349. OLE color: 11633349.

HSL color Cylindrical-coordinate representation of color #C582B1: hue angle of 317.91º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582B1 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 177 -
CMYK 0 0.34 0.10 0.23
HSL 317.91º 0.37% 0.64% -
HSV(B) 317.91º 0.34% 0.77% -
XYZ 38.94 31.01 45.53 -
YUV 155.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 197 130 177 0 0.34 0.10 0.23 317.91 0.37 0.64
Hex C5 82 B1 0 22 A 17 13E 25 40
Octal 305 202 261 0 42 12 27 476 45 100
Binary 11000101 10000010 10110001 0 100010 1010 10111 100111110 100101 1000000

Color Harmonies of #C582B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582B1

Black with #C582B1

Text Example


Text Example

White with #C582B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582B1; }

 p { color: rgb(197,130,177); }

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

background-color css

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

 a { background-color: rgb(197,130,177); }

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

border-color css

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

 span { border-color: rgb(197,130,177); }

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