Html Css Color HEX #CF7DB8 Lily

📋 copy color: '#CF7DB8'

red 207 ◦ green 125 ◦ blue 184

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

Shades of Lily #CF7DB8

Tints of Lily #CF7DB8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 40.12%
G = 24.22%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF7DB8 (or 0xCF7DB8) is known color: Lily. HEX triplet: CF, 7D and B8. RGB value is (207,125,184). Sum of RGB (Red+Green+Blue) = 207+125+184=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DB8 is #308247. Grayscale: #9C9C9C. Windows color (decimal): -3179080 or 12090831. OLE color: 12090831.

HSL color Cylindrical-coordinate representation of color #CF7DB8: hue angle of 316.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7DB8 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 184 -
CMYK 0 0.40 0.11 0.19
HSL 316.83º 0.46% 0.65% -
HSV(B) 316.83º 0.4% 0.81% -
XYZ 41.72 31.39 49.21 -
YUV 156.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 207 125 184 0 0.40 0.11 0.19 316.83 0.46 0.65
Hex CF 7D B8 0 28 B 13 13D 2E 41
Octal 317 175 270 0 50 13 23 475 56 101
Binary 11001111 1111101 10111000 0 101000 1011 10011 100111101 101110 1000001

Color Harmonies of #CF7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DB8

Black with #CF7DB8

Text Example


Text Example

White with #CF7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DB8; }

 p { color: rgb(207,125,184); }

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

background-color css

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

 a { background-color: rgb(207,125,184); }

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

border-color css

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

 span { border-color: rgb(207,125,184); }

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