Html Css Color HEX #CF8DBE Lily

📋 copy color: '#CF8DBE'

red 207 ◦ green 141 ◦ blue 190

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

Shades of Lily #CF8DBE

Tints of Lily #CF8DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

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

R = 38.48%
G = 26.21%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF8DBE (or 0xCF8DBE) is known color: Lily. HEX triplet: CF, 8D and BE. RGB value is (207,141,190). Sum of RGB (Red+Green+Blue) = 207+141+190=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DBE is #307241. Grayscale: #A6A6A6. Windows color (decimal): -3174978 or 12488143. OLE color: 12488143.

HSL color Cylindrical-coordinate representation of color #CF8DBE: hue angle of 315.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DBE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 190 -
CMYK 0 0.32 0.08 0.19
HSL 315.45º 0.41% 0.68% -
HSV(B) 315.45º 0.32% 0.81% -
XYZ 44.55 36.03 53.32 -
YUV 166.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 207 141 190 0 0.32 0.08 0.19 315.45 0.41 0.68
Hex CF 8D BE 0 20 8 13 13B 29 44
Octal 317 215 276 0 40 10 23 473 51 104
Binary 11001111 10001101 10111110 0 100000 1000 10011 100111011 101001 1000100

Color Harmonies of #CF8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8DBE

Black with #CF8DBE

Text Example


Text Example

White with #CF8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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