Html Css Color HEX #CF82B4 Lily

📋 copy color: '#CF82B4'

red 207 ◦ green 130 ◦ blue 180

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

Shades of Lily #CF82B4

Tints of Lily #CF82B4

RGB

 RED value IS 207 (81.25% from 255) = 40.04%

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 40.04%
G = 25.15%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF82B4 (or 0xCF82B4) is known color: Lily. HEX triplet: CF, 82 and B4. RGB value is (207,130,180). Sum of RGB (Red+Green+Blue) = 207+130+180=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82B4 is #307D4B. Grayscale: #9E9E9E. Windows color (decimal): -3177804 or 11829967. OLE color: 11829967.

HSL color Cylindrical-coordinate representation of color #CF82B4: hue angle of 321.04º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82B4 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 180 -
CMYK 0 0.37 0.13 0.19
HSL 321.04º 0.45% 0.66% -
HSV(B) 321.04º 0.37% 0.81% -
XYZ 41.95 32.53 47.25 -
YUV 158.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 207 130 180 0 0.37 0.13 0.19 321.04 0.45 0.66
Hex CF 82 B4 0 25 D 13 141 2D 42
Octal 317 202 264 0 45 15 23 501 55 102
Binary 11001111 10000010 10110100 0 100101 1101 10011 101000001 101101 1000010

Color Harmonies of #CF82B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82B4

Black with #CF82B4

Text Example


Text Example

White with #CF82B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82B4; }

 p { color: rgb(207,130,180); }

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

background-color css

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

 a { background-color: rgb(207,130,180); }

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

border-color css

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

 span { border-color: rgb(207,130,180); }

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