Html Css Color HEX #C582B0 Lily

📋 copy color: '#C582B0'

red 197 ◦ green 130 ◦ blue 176

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

Shades of Lily #C582B0

Tints of Lily #C582B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.99%

R = 39.17%
G = 25.84%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C582B0 (or 0xC582B0) is known color: Lily. HEX triplet: C5, 82 and B0. RGB value is (197,130,176). Sum of RGB (Red+Green+Blue) = 197+130+176=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C582B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582B0 is #3A7D4F. Grayscale: #9B9B9B. Windows color (decimal): -3833168 or 11567813. OLE color: 11567813.

HSL color Cylindrical-coordinate representation of color #C582B0: hue angle of 318.81º 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 #C582B0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 176 -
CMYK 0 0.34 0.11 0.23
HSL 318.81º 0.37% 0.64% -
HSV(B) 318.81º 0.34% 0.77% -
XYZ 38.85 30.97 45 -
YUV 155.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 197 130 176 0 0.34 0.11 0.23 318.81 0.37 0.64
Hex C5 82 B0 0 22 B 17 13F 25 40
Octal 305 202 260 0 42 13 27 477 45 100
Binary 11000101 10000010 10110000 0 100010 1011 10111 100111111 100101 1000000

Color Harmonies of #C582B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582B0

Black with #C582B0

Text Example


Text Example

White with #C582B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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