Html Css Color HEX #CF8CBF Lily

📋 copy color: '#CF8CBF'

red 207 ◦ green 140 ◦ blue 191

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

Shades of Lily #CF8CBF

Tints of Lily #CF8CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.5%

R = 38.48%
G = 26.02%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF8CBF (or 0xCF8CBF) is known color: Lily. HEX triplet: CF, 8C and BF. RGB value is (207,140,191). Sum of RGB (Red+Green+Blue) = 207+140+191=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBF is #307340. Grayscale: #A5A5A5. Windows color (decimal): -3175233 or 12553423. OLE color: 12553423.

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

Color convert

RGB 207 140 191 -
CMYK 0 0.32 0.08 0.19
HSL 314.33º 0.41% 0.68% -
HSV(B) 314.33º 0.32% 0.81% -
XYZ 44.51 35.78 53.85 -
YUV 165.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 207 140 191 0 0.32 0.08 0.19 314.33 0.41 0.68
Hex CF 8C BF 0 20 8 13 13A 29 44
Octal 317 214 277 0 40 10 23 472 51 104
Binary 11001111 10001100 10111111 0 100000 1000 10011 100111010 101001 1000100

Color Harmonies of #CF8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CBF

Black with #CF8CBF

Text Example


Text Example

White with #CF8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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