Html Css Color HEX #CF83BA Lily

📋 copy color: '#CF83BA'

red 207 ◦ green 131 ◦ blue 186

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

Shades of Lily #CF83BA

Tints of Lily #CF83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25%

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

R = 39.5%
G = 25%
B = 35.5%

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

#CF83BA (or 0xCF83BA) is known color: Lily. HEX triplet: CF, 83 and BA. RGB value is (207,131,186). Sum of RGB (Red+Green+Blue) = 207+131+186=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83BA is #307C45. Grayscale: #9F9F9F. Windows color (decimal): -3177542 or 12223439. OLE color: 12223439.

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

Color convert

RGB 207 131 186 -
CMYK 0 0.37 0.10 0.19
HSL 316.58º 0.44% 0.66% -
HSV(B) 316.58º 0.37% 0.81% -
XYZ 42.71 33.04 50.58 -
YUV 159.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 207 131 186 0 0.37 0.10 0.19 316.58 0.44 0.66
Hex CF 83 BA 0 25 A 13 13D 2C 42
Octal 317 203 272 0 45 12 23 475 54 102
Binary 11001111 10000011 10111010 0 100101 1010 10011 100111101 101100 1000010

Color Harmonies of #CF83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83BA

Black with #CF83BA

Text Example


Text Example

White with #CF83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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