Html Css Color HEX #CF8BB1 Lily

📋 copy color: '#CF8BB1'

red 207 ◦ green 139 ◦ blue 177

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

Shades of Lily #CF8BB1

Tints of Lily #CF8BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 39.58%
G = 26.58%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF8BB1 (or 0xCF8BB1) is known color: Lily. HEX triplet: CF, 8B and B1. RGB value is (207,139,177). Sum of RGB (Red+Green+Blue) = 207+139+177=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8BB1 is #30744E. Grayscale: #A3A3A3. Windows color (decimal): -3175503 or 11635663. OLE color: 11635663.

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

Color convert

RGB 207 139 177 -
CMYK 0 0.33 0.14 0.19
HSL 326.47º 0.41% 0.68% -
HSV(B) 326.47º 0.33% 0.81% -
XYZ 42.9 34.9 46.07 -
YUV 163.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 207 139 177 0 0.33 0.14 0.19 326.47 0.41 0.68
Hex CF 8B B1 0 21 E 13 146 29 44
Octal 317 213 261 0 41 16 23 506 51 104
Binary 11001111 10001011 10110001 0 100001 1110 10011 101000110 101001 1000100

Color Harmonies of #CF8BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BB1

Black with #CF8BB1

Text Example


Text Example

White with #CF8BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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