Html Css Color HEX #CF83AE Lily

📋 copy color: '#CF83AE'

red 207 ◦ green 131 ◦ blue 174

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

Shades of Lily #CF83AE

Tints of Lily #CF83AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 40.43%
G = 25.59%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF83AE (or 0xCF83AE) is known color: Lily. HEX triplet: CF, 83 and AE. RGB value is (207,131,174). Sum of RGB (Red+Green+Blue) = 207+131+174=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF83AE is #307C51. Grayscale: #9E9E9E. Windows color (decimal): -3177554 or 11437007. OLE color: 11437007.

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

Color convert

RGB 207 131 174 -
CMYK 0 0.37 0.16 0.19
HSL 326.05º 0.44% 0.66% -
HSV(B) 326.05º 0.37% 0.81% -
XYZ 41.49 32.55 44.14 -
YUV 158.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 207 131 174 0 0.37 0.16 0.19 326.05 0.44 0.66
Hex CF 83 AE 0 25 10 13 146 2C 42
Octal 317 203 256 0 45 20 23 506 54 102
Binary 11001111 10000011 10101110 0 100101 10000 10011 101000110 101100 1000010

Color Harmonies of #CF83AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83AE

Black with #CF83AE

Text Example


Text Example

White with #CF83AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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