Html Css Color HEX #CF82BA Lily

📋 copy color: '#CF82BA'

red 207 ◦ green 130 ◦ blue 186

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

Shades of Lily #CF82BA

Tints of Lily #CF82BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 39.58%
G = 24.86%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF82BA (or 0xCF82BA) is known color: Lily. HEX triplet: CF, 82 and BA. RGB value is (207,130,186). Sum of RGB (Red+Green+Blue) = 207+130+186=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82BA is #307D45. Grayscale: #9F9F9F. Windows color (decimal): -3177798 or 12223183. OLE color: 12223183.

HSL color Cylindrical-coordinate representation of color #CF82BA: hue angle of 316.36º 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 #CF82BA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 186 -
CMYK 0 0.37 0.10 0.19
HSL 316.36º 0.45% 0.66% -
HSV(B) 316.36º 0.37% 0.81% -
XYZ 42.58 32.78 50.54 -
YUV 159.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 207 130 186 0 0.37 0.10 0.19 316.36 0.45 0.66
Hex CF 82 BA 0 25 A 13 13C 2D 42
Octal 317 202 272 0 45 12 23 474 55 102
Binary 11001111 10000010 10111010 0 100101 1010 10011 100111100 101101 1000010

Color Harmonies of #CF82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82BA

Black with #CF82BA

Text Example


Text Example

White with #CF82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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