Html Css Color HEX #CE7CB4 Lily

📋 copy color: '#CE7CB4'

red 206 ◦ green 124 ◦ blue 180

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

Shades of Lily #CE7CB4

Tints of Lily #CE7CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 40.39%
G = 24.31%
B = 35.29%

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

#CE7CB4 (or 0xCE7CB4) is known color: Lily. HEX triplet: CE, 7C and B4. RGB value is (206,124,180). Sum of RGB (Red+Green+Blue) = 206+124+180=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CB4 is #31834B. Grayscale: #9A9A9A. Windows color (decimal): -3244876 or 11828430. OLE color: 11828430.

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

Color convert

RGB 206 124 180 -
CMYK 0 0.40 0.13 0.19
HSL 319.02º 0.46% 0.65% -
HSV(B) 319.02º 0.4% 0.81% -
XYZ 40.9 30.83 46.98 -
YUV 154.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 206 124 180 0 0.40 0.13 0.19 319.02 0.46 0.65
Hex CE 7C B4 0 28 D 13 13F 2E 41
Octal 316 174 264 0 50 15 23 477 56 101
Binary 11001110 1111100 10110100 0 101000 1101 10011 100111111 101110 1000001

Color Harmonies of #CE7CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CB4

Black with #CE7CB4

Text Example


Text Example

White with #CE7CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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