Html Css Color HEX #CF83B3 Lily

📋 copy color: '#CF83B3'

red 207 ◦ green 131 ◦ blue 179

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

Shades of Lily #CF83B3

Tints of Lily #CF83B3

RGB

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

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

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

R = 40.04%
G = 25.34%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF83B3 (or 0xCF83B3) is known color: Lily. HEX triplet: CF, 83 and B3. RGB value is (207,131,179). Sum of RGB (Red+Green+Blue) = 207+131+179=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83B3 is #307C4C. Grayscale: #9F9F9F. Windows color (decimal): -3177549 or 11764687. OLE color: 11764687.

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

Color convert

RGB 207 131 179 -
CMYK 0 0.37 0.14 0.19
HSL 322.11º 0.44% 0.66% -
HSV(B) 322.11º 0.37% 0.81% -
XYZ 41.99 32.75 46.76 -
YUV 159.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 207 131 179 0 0.37 0.14 0.19 322.11 0.44 0.66
Hex CF 83 B3 0 25 E 13 142 2C 42
Octal 317 203 263 0 45 16 23 502 54 102
Binary 11001111 10000011 10110011 0 100101 1110 10011 101000010 101100 1000010

Color Harmonies of #CF83B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83B3

Black with #CF83B3

Text Example


Text Example

White with #CF83B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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