Html Css Color HEX #CE7CB2 Lily

📋 copy color: '#CE7CB2'

red 206 ◦ green 124 ◦ blue 178

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

Shades of Lily #CE7CB2

Tints of Lily #CE7CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

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

R = 40.55%
G = 24.41%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE7CB2 (or 0xCE7CB2) is known color: Lily. HEX triplet: CE, 7C and B2. RGB value is (206,124,178). Sum of RGB (Red+Green+Blue) = 206+124+178=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7CB2 is #31834D. Grayscale: #9A9A9A. Windows color (decimal): -3244878 or 11697358. OLE color: 11697358.

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

Color convert

RGB 206 124 178 -
CMYK 0 0.40 0.14 0.19
HSL 320.49º 0.46% 0.65% -
HSV(B) 320.49º 0.4% 0.81% -
XYZ 40.7 30.75 45.91 -
YUV 154.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 206 124 178 0 0.40 0.14 0.19 320.49 0.46 0.65
Hex CE 7C B2 0 28 E 13 140 2E 41
Octal 316 174 262 0 50 16 23 500 56 101
Binary 11001110 1111100 10110010 0 101000 1110 10011 101000000 101110 1000001

Color Harmonies of #CE7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CB2

Black with #CE7CB2

Text Example


Text Example

White with #CE7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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