Html Css Color HEX #CF8DBD Lily

📋 copy color: '#CF8DBD'

red 207 ◦ green 141 ◦ blue 189

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

Shades of Lily #CF8DBD

Tints of Lily #CF8DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 38.55%
G = 26.26%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF8DBD (or 0xCF8DBD) is known color: Lily. HEX triplet: CF, 8D and BD. RGB value is (207,141,189). Sum of RGB (Red+Green+Blue) = 207+141+189=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DBD is #307242. Grayscale: #A6A6A6. Windows color (decimal): -3174979 or 12422607. OLE color: 12422607.

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

Color convert

RGB 207 141 189 -
CMYK 0 0.32 0.09 0.19
HSL 316.36º 0.41% 0.68% -
HSV(B) 316.36º 0.32% 0.81% -
XYZ 44.44 35.99 52.75 -
YUV 166.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 207 141 189 0 0.32 0.09 0.19 316.36 0.41 0.68
Hex CF 8D BD 0 20 9 13 13C 29 44
Octal 317 215 275 0 40 11 23 474 51 104
Binary 11001111 10001101 10111101 0 100000 1001 10011 100111100 101001 1000100

Color Harmonies of #CF8DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8DBD

Black with #CF8DBD

Text Example


Text Example

White with #CF8DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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