Html Css Color HEX #CF91BE Lily

📋 copy color: '#CF91BE'

red 207 ◦ green 145 ◦ blue 190

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

Shades of Lily #CF91BE

Tints of Lily #CF91BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.75%

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

R = 38.19%
G = 26.75%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF91BE (or 0xCF91BE) is known color: Lily. HEX triplet: CF, 91 and BE. RGB value is (207,145,190). Sum of RGB (Red+Green+Blue) = 207+145+190=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91BE is #306E41. Grayscale: #A8A8A8. Windows color (decimal): -3173954 or 12489167. OLE color: 12489167.

HSL color Cylindrical-coordinate representation of color #CF91BE: hue angle of 316.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91BE is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 190 -
CMYK 0 0.30 0.08 0.19
HSL 316.45º 0.39% 0.69% -
HSV(B) 316.45º 0.3% 0.81% -
XYZ 45.15 37.23 53.52 -
YUV 168.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 207 145 190 0 0.30 0.08 0.19 316.45 0.39 0.69
Hex CF 91 BE 0 1E 8 13 13C 27 45
Octal 317 221 276 0 36 10 23 474 47 105
Binary 11001111 10010001 10111110 0 11110 1000 10011 100111100 100111 1000101

Color Harmonies of #CF91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF91BE

Black with #CF91BE

Text Example


Text Example

White with #CF91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF91BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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