Html Css Color HEX #CF86BE Lily

📋 copy color: '#CF86BE'

red 207 ◦ green 134 ◦ blue 190

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

Shades of Lily #CF86BE

Tints of Lily #CF86BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 38.98%
G = 25.24%
B = 35.78%

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

#CF86BE (or 0xCF86BE) is known color: Lily. HEX triplet: CF, 86 and BE. RGB value is (207,134,190). Sum of RGB (Red+Green+Blue) = 207+134+190=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86BE is #307941. Grayscale: #A2A2A2. Windows color (decimal): -3176770 or 12486351. OLE color: 12486351.

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

Color convert

RGB 207 134 190 -
CMYK 0 0.35 0.08 0.19
HSL 313.97º 0.43% 0.67% -
HSV(B) 313.97º 0.35% 0.81% -
XYZ 43.55 34.03 52.99 -
YUV 162.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 207 134 190 0 0.35 0.08 0.19 313.97 0.43 0.67
Hex CF 86 BE 0 23 8 13 13A 2B 43
Octal 317 206 276 0 43 10 23 472 53 103
Binary 11001111 10000110 10111110 0 100011 1000 10011 100111010 101011 1000011

Color Harmonies of #CF86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86BE

Black with #CF86BE

Text Example


Text Example

White with #CF86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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