Html Css Color HEX #CF8DB6 Lily

📋 copy color: '#CF8DB6'

red 207 ◦ green 141 ◦ blue 182

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

Shades of Lily #CF8DB6

Tints of Lily #CF8DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 39.06%
G = 26.6%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF8DB6 (or 0xCF8DB6) is known color: Lily. HEX triplet: CF, 8D and B6. RGB value is (207,141,182). Sum of RGB (Red+Green+Blue) = 207+141+182=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB6 is #307249. Grayscale: #A5A5A5. Windows color (decimal): -3174986 or 11963855. OLE color: 11963855.

HSL color Cylindrical-coordinate representation of color #CF8DB6: hue angle of 322.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DB6 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 182 -
CMYK 0 0.32 0.12 0.19
HSL 322.73º 0.41% 0.68% -
HSV(B) 322.73º 0.32% 0.81% -
XYZ 43.7 35.69 48.84 -
YUV 165.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 207 141 182 0 0.32 0.12 0.19 322.73 0.41 0.68
Hex CF 8D B6 0 20 C 13 143 29 44
Octal 317 215 266 0 40 14 23 503 51 104
Binary 11001111 10001101 10110110 0 100000 1100 10011 101000011 101001 1000100

Color Harmonies of #CF8DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8DB6

Black with #CF8DB6

Text Example


Text Example

White with #CF8DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8DB6; }

 p { color: rgb(207,141,182); }

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

background-color css

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

 a { background-color: rgb(207,141,182); }

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

border-color css

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

 span { border-color: rgb(207,141,182); }

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