Html Css Color HEX #CE7CB0 Lily

📋 copy color: '#CE7CB0'

red 206 ◦ green 124 ◦ blue 176

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

Shades of Lily #CE7CB0

Tints of Lily #CE7CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 40.71%
G = 24.51%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE7CB0 (or 0xCE7CB0) is known color: Lily. HEX triplet: CE, 7C and B0. RGB value is (206,124,176). Sum of RGB (Red+Green+Blue) = 206+124+176=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7CB0 is #31834F. Grayscale: #9A9A9A. Windows color (decimal): -3244880 or 11566286. OLE color: 11566286.

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

Color convert

RGB 206 124 176 -
CMYK 0 0.40 0.15 0.19
HSL 321.95º 0.46% 0.65% -
HSV(B) 321.95º 0.4% 0.81% -
XYZ 40.5 30.67 44.86 -
YUV 154.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 206 124 176 0 0.40 0.15 0.19 321.95 0.46 0.65
Hex CE 7C B0 0 28 F 13 142 2E 41
Octal 316 174 260 0 50 17 23 502 56 101
Binary 11001110 1111100 10110000 0 101000 1111 10011 101000010 101110 1000001

Color Harmonies of #CE7CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CB0

Black with #CE7CB0

Text Example


Text Example

White with #CE7CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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