Html Css Color HEX #CE82BA Lily

📋 copy color: '#CE82BA'

red 206 ◦ green 130 ◦ blue 186

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

Shades of Lily #CE82BA

Tints of Lily #CE82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.9%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 39.46%
G = 24.9%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE82BA (or 0xCE82BA) is known color: Lily. HEX triplet: CE, 82 and BA. RGB value is (206,130,186). Sum of RGB (Red+Green+Blue) = 206+130+186=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BA is #317D45. Grayscale: #9E9E9E. Windows color (decimal): -3243334 or 12223182. OLE color: 12223182.

HSL color Cylindrical-coordinate representation of color #CE82BA: hue angle of 315.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82BA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 130 186 -
CMYK 0 0.37 0.10 0.19
HSL 315.79º 0.44% 0.66% -
HSV(B) 315.79º 0.37% 0.81% -
XYZ 42.3 32.63 50.52 -
YUV 159.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 206 130 186 0 0.37 0.10 0.19 315.79 0.44 0.66
Hex CE 82 BA 0 25 A 13 13C 2C 42
Octal 316 202 272 0 45 12 23 474 54 102
Binary 11001110 10000010 10111010 0 100101 1010 10011 100111100 101100 1000010

Color Harmonies of #CE82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82BA

Black with #CE82BA

Text Example


Text Example

White with #CE82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82BA; }

 p { color: rgb(206,130,186); }

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

background-color css

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

 a { background-color: rgb(206,130,186); }

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

border-color css

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

 span { border-color: rgb(206,130,186); }

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