Html Css Color HEX #CF83AF Lily

📋 copy color: '#CF83AF'

red 207 ◦ green 131 ◦ blue 175

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

Shades of Lily #CF83AF

Tints of Lily #CF83AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 40.35%
G = 25.54%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF83AF (or 0xCF83AF) is known color: Lily. HEX triplet: CF, 83 and AF. RGB value is (207,131,175). Sum of RGB (Red+Green+Blue) = 207+131+175=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF83AF is #307C50. Grayscale: #9E9E9E. Windows color (decimal): -3177553 or 11502543. OLE color: 11502543.

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

Color convert

RGB 207 131 175 -
CMYK 0 0.37 0.15 0.19
HSL 325.26º 0.44% 0.66% -
HSV(B) 325.26º 0.37% 0.81% -
XYZ 41.59 32.59 44.66 -
YUV 158.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 207 131 175 0 0.37 0.15 0.19 325.26 0.44 0.66
Hex CF 83 AF 0 25 F 13 145 2C 42
Octal 317 203 257 0 45 17 23 505 54 102
Binary 11001111 10000011 10101111 0 100101 1111 10011 101000101 101100 1000010

Color Harmonies of #CF83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83AF

Black with #CF83AF

Text Example


Text Example

White with #CF83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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