Html Css Color HEX #CF8BBF Lily

📋 copy color: '#CF8BBF'

red 207 ◦ green 139 ◦ blue 191

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

Shades of Lily #CF8BBF

Tints of Lily #CF8BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

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

R = 38.55%
G = 25.88%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF8BBF (or 0xCF8BBF) is known color: Lily. HEX triplet: CF, 8B and BF. RGB value is (207,139,191). Sum of RGB (Red+Green+Blue) = 207+139+191=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BBF is #307440. Grayscale: #A5A5A5. Windows color (decimal): -3175489 or 12553167. OLE color: 12553167.

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

Color convert

RGB 207 139 191 -
CMYK 0 0.33 0.08 0.19
HSL 314.12º 0.41% 0.68% -
HSV(B) 314.12º 0.33% 0.81% -
XYZ 44.37 35.49 53.8 -
YUV 165.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 207 139 191 0 0.33 0.08 0.19 314.12 0.41 0.68
Hex CF 8B BF 0 21 8 13 13A 29 44
Octal 317 213 277 0 41 10 23 472 51 104
Binary 11001111 10001011 10111111 0 100001 1000 10011 100111010 101001 1000100

Color Harmonies of #CF8BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BBF

Black with #CF8BBF

Text Example


Text Example

White with #CF8BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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