Html Css Color HEX #CF8CB7 Lily

📋 copy color: '#CF8CB7'

red 207 ◦ green 140 ◦ blue 183

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

Shades of Lily #CF8CB7

Tints of Lily #CF8CB7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 39.06%
G = 26.42%
B = 34.53%

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

#CF8CB7 (or 0xCF8CB7) is known color: Lily. HEX triplet: CF, 8C and B7. RGB value is (207,140,183). Sum of RGB (Red+Green+Blue) = 207+140+183=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CB7 is #307348. Grayscale: #A4A4A4. Windows color (decimal): -3175241 or 12029135. OLE color: 12029135.

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

Color convert

RGB 207 140 183 -
CMYK 0 0.32 0.12 0.19
HSL 321.49º 0.41% 0.68% -
HSV(B) 321.49º 0.32% 0.81% -
XYZ 43.66 35.44 49.34 -
YUV 164.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 207 140 183 0 0.32 0.12 0.19 321.49 0.41 0.68
Hex CF 8C B7 0 20 C 13 141 29 44
Octal 317 214 267 0 40 14 23 501 51 104
Binary 11001111 10001100 10110111 0 100000 1100 10011 101000001 101001 1000100

Color Harmonies of #CF8CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CB7

Black with #CF8CB7

Text Example


Text Example

White with #CF8CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CB7; }

 p { color: rgb(207,140,183); }

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

background-color css

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

 a { background-color: rgb(207,140,183); }

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

border-color css

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

 span { border-color: rgb(207,140,183); }

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