Html Css Color HEX #CF8BB0 Lily

📋 copy color: '#CF8BB0'

red 207 ◦ green 139 ◦ blue 176

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

Shades of Lily #CF8BB0

Tints of Lily #CF8BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 39.66%
G = 26.63%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF8BB0 (or 0xCF8BB0) is known color: Lily. HEX triplet: CF, 8B and B0. RGB value is (207,139,176). Sum of RGB (Red+Green+Blue) = 207+139+176=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8BB0 is #30744F. Grayscale: #A3A3A3. Windows color (decimal): -3175504 or 11570127. OLE color: 11570127.

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

Color convert

RGB 207 139 176 -
CMYK 0 0.33 0.15 0.19
HSL 327.35º 0.41% 0.68% -
HSV(B) 327.35º 0.33% 0.81% -
XYZ 42.8 34.87 45.55 -
YUV 163.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 207 139 176 0 0.33 0.15 0.19 327.35 0.41 0.68
Hex CF 8B B0 0 21 F 13 147 29 44
Octal 317 213 260 0 41 17 23 507 51 104
Binary 11001111 10001011 10110000 0 100001 1111 10011 101000111 101001 1000100

Color Harmonies of #CF8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BB0

Black with #CF8BB0

Text Example


Text Example

White with #CF8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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