Html Css Color HEX #CF97C0 Lily

📋 copy color: '#CF97C0'

red 207 ◦ green 151 ◦ blue 192

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

Shades of Lily #CF97C0

Tints of Lily #CF97C0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.45%

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 37.64%
G = 27.45%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF97C0 (or 0xCF97C0) is known color: Lily. HEX triplet: CF, 97 and C0. RGB value is (207,151,192). Sum of RGB (Red+Green+Blue) = 207+151+192=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97C0 is #30683F. Grayscale: #ACACAC. Windows color (decimal): -3172416 or 12621775. OLE color: 12621775.

HSL color Cylindrical-coordinate representation of color #CF97C0: hue angle of 316.07º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF97C0 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 151 192 -
CMYK 0 0.27 0.07 0.19
HSL 316.07º 0.37% 0.7% -
HSV(B) 316.07º 0.27% 0.81% -
XYZ 46.31 39.2 55 -
YUV 172.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 207 151 192 0 0.27 0.07 0.19 316.07 0.37 0.7
Hex CF 97 C0 0 1B 7 13 13C 25 46
Octal 317 227 300 0 33 7 23 474 45 106
Binary 11001111 10010111 11000000 0 11011 111 10011 100111100 100101 1000110

Color Harmonies of #CF97C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97C0

Black with #CF97C0

Text Example


Text Example

White with #CF97C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97C0; }

 p { color: rgb(207,151,192); }

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

background-color css

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

 a { background-color: rgb(207,151,192); }

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

border-color css

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

 span { border-color: rgb(207,151,192); }

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