Html Css Color HEX #CF86BA Lily

📋 copy color: '#CF86BA'

red 207 ◦ green 134 ◦ blue 186

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

Shades of Lily #CF86BA

Tints of Lily #CF86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.43%

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 39.28%
G = 25.43%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF86BA (or 0xCF86BA) is known color: Lily. HEX triplet: CF, 86 and BA. RGB value is (207,134,186). Sum of RGB (Red+Green+Blue) = 207+134+186=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86BA is #307945. Grayscale: #A1A1A1. Windows color (decimal): -3176774 or 12224207. OLE color: 12224207.

HSL color Cylindrical-coordinate representation of color #CF86BA: hue angle of 317.26º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF86BA is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 186 -
CMYK 0 0.35 0.10 0.19
HSL 317.26º 0.43% 0.67% -
HSV(B) 317.26º 0.35% 0.81% -
XYZ 43.12 33.86 50.72 -
YUV 161.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 207 134 186 0 0.35 0.10 0.19 317.26 0.43 0.67
Hex CF 86 BA 0 23 A 13 13D 2B 43
Octal 317 206 272 0 43 12 23 475 53 103
Binary 11001111 10000110 10111010 0 100011 1010 10011 100111101 101011 1000011

Color Harmonies of #CF86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86BA

Black with #CF86BA

Text Example


Text Example

White with #CF86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86BA; }

 p { color: rgb(207,134,186); }

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

background-color css

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

 a { background-color: rgb(207,134,186); }

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

border-color css

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

 span { border-color: rgb(207,134,186); }

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