Html Css Color HEX #CF8FBC Lily

📋 copy color: '#CF8FBC'

red 207 ◦ green 143 ◦ blue 188

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

Shades of Lily #CF8FBC

Tints of Lily #CF8FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 38.48%
G = 26.58%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF8FBC (or 0xCF8FBC) is known color: Lily. HEX triplet: CF, 8F and BC. RGB value is (207,143,188). Sum of RGB (Red+Green+Blue) = 207+143+188=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FBC is #307043. Grayscale: #A7A7A7. Windows color (decimal): -3174468 or 12357583. OLE color: 12357583.

HSL color Cylindrical-coordinate representation of color #CF8FBC: hue angle of 317.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8FBC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 143 188 -
CMYK 0 0.31 0.09 0.19
HSL 317.81º 0.4% 0.69% -
HSV(B) 317.81º 0.31% 0.81% -
XYZ 44.63 36.54 52.28 -
YUV 167.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 207 143 188 0 0.31 0.09 0.19 317.81 0.4 0.69
Hex CF 8F BC 0 1F 9 13 13E 28 45
Octal 317 217 274 0 37 11 23 476 50 105
Binary 11001111 10001111 10111100 0 11111 1001 10011 100111110 101000 1000101

Color Harmonies of #CF8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8FBC

Black with #CF8FBC

Text Example


Text Example

White with #CF8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8FBC; }

 p { color: rgb(207,143,188); }

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

background-color css

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

 a { background-color: rgb(207,143,188); }

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

border-color css

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

 span { border-color: rgb(207,143,188); }

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