Html Css Color HEX #CF8EC0 Lily

📋 copy color: '#CF8EC0'

red 207 ◦ green 142 ◦ blue 192

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

Shades of Lily #CF8EC0

Tints of Lily #CF8EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.25%

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

R = 38.26%
G = 26.25%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF8EC0 (or 0xCF8EC0) is known color: Lily. HEX triplet: CF, 8E and C0. RGB value is (207,142,192). Sum of RGB (Red+Green+Blue) = 207+142+192=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EC0 is #30713F. Grayscale: #A7A7A7. Windows color (decimal): -3174720 or 12619471. OLE color: 12619471.

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

Color convert

RGB 207 142 192 -
CMYK 0 0.31 0.07 0.19
HSL 313.85º 0.4% 0.68% -
HSV(B) 313.85º 0.31% 0.81% -
XYZ 44.92 36.42 54.53 -
YUV 167.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 207 142 192 0 0.31 0.07 0.19 313.85 0.4 0.68
Hex CF 8E C0 0 1F 7 13 13A 28 44
Octal 317 216 300 0 37 7 23 472 50 104
Binary 11001111 10001110 11000000 0 11111 111 10011 100111010 101000 1000100

Color Harmonies of #CF8EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8EC0

Black with #CF8EC0

Text Example


Text Example

White with #CF8EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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