Html Css Color HEX #CF86BC Lily

📋 copy color: '#CF86BC'

red 207 ◦ green 134 ◦ blue 188

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

Shades of Lily #CF86BC

Tints of Lily #CF86BC

RGB

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

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

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

R = 39.13%
G = 25.33%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF86BC (or 0xCF86BC) is known color: Lily. HEX triplet: CF, 86 and BC. RGB value is (207,134,188). Sum of RGB (Red+Green+Blue) = 207+134+188=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86BC is #307943. Grayscale: #A1A1A1. Windows color (decimal): -3176772 or 12355279. OLE color: 12355279.

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

Color convert

RGB 207 134 188 -
CMYK 0 0.35 0.09 0.19
HSL 315.62º 0.43% 0.67% -
HSV(B) 315.62º 0.35% 0.81% -
XYZ 43.33 33.95 51.85 -
YUV 161.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 207 134 188 0 0.35 0.09 0.19 315.62 0.43 0.67
Hex CF 86 BC 0 23 9 13 13C 2B 43
Octal 317 206 274 0 43 11 23 474 53 103
Binary 11001111 10000110 10111100 0 100011 1001 10011 100111100 101011 1000011

Color Harmonies of #CF86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86BC

Black with #CF86BC

Text Example


Text Example

White with #CF86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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