Html Css Color HEX #CE7FB2 Lily

📋 copy color: '#CE7FB2'

red 206 ◦ green 127 ◦ blue 178

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

Shades of Lily #CE7FB2

Tints of Lily #CE7FB2

RGB

 RED value IS 206 (80.86% from 255) = 40.31%

 GREEN value IS 127 (50% from 255) = 24.85%

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 40.31%
G = 24.85%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE7FB2 (or 0xCE7FB2) is known color: Lily. HEX triplet: CE, 7F and B2. RGB value is (206,127,178). Sum of RGB (Red+Green+Blue) = 206+127+178=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FB2 is #31804D. Grayscale: #9C9C9C. Windows color (decimal): -3244110 or 11698126. OLE color: 11698126.

HSL color Cylindrical-coordinate representation of color #CE7FB2: hue angle of 321.27º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FB2 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 178 -
CMYK 0 0.38 0.14 0.19
HSL 321.27º 0.45% 0.65% -
HSV(B) 321.27º 0.38% 0.81% -
XYZ 41.08 31.51 46.04 -
YUV 156.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 206 127 178 0 0.38 0.14 0.19 321.27 0.45 0.65
Hex CE 7F B2 0 26 E 13 141 2D 41
Octal 316 177 262 0 46 16 23 501 55 101
Binary 11001110 1111111 10110010 0 100110 1110 10011 101000001 101101 1000001

Color Harmonies of #CE7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FB2

Black with #CE7FB2

Text Example


Text Example

White with #CE7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FB2; }

 p { color: rgb(206,127,178); }

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

background-color css

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

 a { background-color: rgb(206,127,178); }

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

border-color css

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

 span { border-color: rgb(206,127,178); }

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