Html Css Color HEX #CE7CB3 Lily

📋 copy color: '#CE7CB3'

red 206 ◦ green 124 ◦ blue 179

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

Shades of Lily #CE7CB3

Tints of Lily #CE7CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.17%

R = 40.47%
G = 24.36%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE7CB3 (or 0xCE7CB3) is known color: Lily. HEX triplet: CE, 7C and B3. RGB value is (206,124,179). Sum of RGB (Red+Green+Blue) = 206+124+179=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CB3 is #31834C. Grayscale: #9A9A9A. Windows color (decimal): -3244877 or 11762894. OLE color: 11762894.

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

Color convert

RGB 206 124 179 -
CMYK 0 0.40 0.13 0.19
HSL 319.76º 0.46% 0.65% -
HSV(B) 319.76º 0.4% 0.81% -
XYZ 40.8 30.79 46.44 -
YUV 154.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 206 124 179 0 0.40 0.13 0.19 319.76 0.46 0.65
Hex CE 7C B3 0 28 D 13 140 2E 41
Octal 316 174 263 0 50 15 23 500 56 101
Binary 11001110 1111100 10110011 0 101000 1101 10011 101000000 101110 1000001

Color Harmonies of #CE7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CB3

Black with #CE7CB3

Text Example


Text Example

White with #CE7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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