Html Css Color HEX #CF8DBA Lily

📋 copy color: '#CF8DBA'

red 207 ◦ green 141 ◦ blue 186

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

Shades of Lily #CF8DBA

Tints of Lily #CF8DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 38.76%
G = 26.4%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF8DBA (or 0xCF8DBA) is known color: Lily. HEX triplet: CF, 8D and BA. RGB value is (207,141,186). Sum of RGB (Red+Green+Blue) = 207+141+186=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DBA is #307245. Grayscale: #A5A5A5. Windows color (decimal): -3174982 or 12225999. OLE color: 12225999.

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

Color convert

RGB 207 141 186 -
CMYK 0 0.32 0.10 0.19
HSL 319.09º 0.41% 0.68% -
HSV(B) 319.09º 0.32% 0.81% -
XYZ 44.12 35.86 51.05 -
YUV 165.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 207 141 186 0 0.32 0.10 0.19 319.09 0.41 0.68
Hex CF 8D BA 0 20 A 13 13F 29 44
Octal 317 215 272 0 40 12 23 477 51 104
Binary 11001111 10001101 10111010 0 100000 1010 10011 100111111 101001 1000100

Color Harmonies of #CF8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8DBA

Black with #CF8DBA

Text Example


Text Example

White with #CF8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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