Html Css Color HEX #C582B3 Lily

📋 copy color: '#C582B3'

red 197 ◦ green 130 ◦ blue 179

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

Shades of Lily #C582B3

Tints of Lily #C582B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 38.93%
G = 25.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C582B3 (or 0xC582B3) is known color: Lily. HEX triplet: C5, 82 and B3. RGB value is (197,130,179). Sum of RGB (Red+Green+Blue) = 197+130+179=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C582B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582B3 is #3A7D4C. Grayscale: #9B9B9B. Windows color (decimal): -3833165 or 11764421. OLE color: 11764421.

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

Color convert

RGB 197 130 179 -
CMYK 0 0.34 0.09 0.23
HSL 316.12º 0.37% 0.64% -
HSV(B) 316.12º 0.34% 0.77% -
XYZ 39.15 31.09 46.59 -
YUV 155.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 197 130 179 0 0.34 0.09 0.23 316.12 0.37 0.64
Hex C5 82 B3 0 22 9 17 13C 25 40
Octal 305 202 263 0 42 11 27 474 45 100
Binary 11000101 10000010 10110011 0 100010 1001 10111 100111100 100101 1000000

Color Harmonies of #C582B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582B3

Black with #C582B3

Text Example


Text Example

White with #C582B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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