Html Css Color HEX #CF86BF Lily

📋 copy color: '#CF86BF'

red 207 ◦ green 134 ◦ blue 191

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

Shades of Lily #CF86BF

Tints of Lily #CF86BF

RGB

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

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

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

R = 38.91%
G = 25.19%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF86BF (or 0xCF86BF) is known color: Lily. HEX triplet: CF, 86 and BF. RGB value is (207,134,191). Sum of RGB (Red+Green+Blue) = 207+134+191=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86BF is #307940. Grayscale: #A2A2A2. Windows color (decimal): -3176769 or 12551887. OLE color: 12551887.

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

Color convert

RGB 207 134 191 -
CMYK 0 0.35 0.08 0.19
HSL 313.15º 0.43% 0.67% -
HSV(B) 313.15º 0.35% 0.81% -
XYZ 43.66 34.08 53.57 -
YUV 162.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 207 134 191 0 0.35 0.08 0.19 313.15 0.43 0.67
Hex CF 86 BF 0 23 8 13 139 2B 43
Octal 317 206 277 0 43 10 23 471 53 103
Binary 11001111 10000110 10111111 0 100011 1000 10011 100111001 101011 1000011

Color Harmonies of #CF86BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86BF

Black with #CF86BF

Text Example


Text Example

White with #CF86BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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