Html Css Color HEX #CE92C0 Lily

📋 copy color: '#CE92C0'

red 206 ◦ green 146 ◦ blue 192

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

Shades of Lily #CE92C0

Tints of Lily #CE92C0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.84%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 37.87%
G = 26.84%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE92C0 (or 0xCE92C0) is known color: Lily. HEX triplet: CE, 92 and C0. RGB value is (206,146,192). Sum of RGB (Red+Green+Blue) = 206+146+192=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92C0 is #316D3F. Grayscale: #A9A9A9. Windows color (decimal): -3239232 or 12620494. OLE color: 12620494.

HSL color Cylindrical-coordinate representation of color #CE92C0: hue angle of 314º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE92C0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 192 -
CMYK 0 0.29 0.07 0.19
HSL 314º 0.38% 0.69% -
HSV(B) 314º 0.29% 0.81% -
XYZ 45.25 37.49 54.72 -
YUV 169.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 206 146 192 0 0.29 0.07 0.19 314 0.38 0.69
Hex CE 92 C0 0 1D 7 13 13A 26 45
Octal 316 222 300 0 35 7 23 472 46 105
Binary 11001110 10010010 11000000 0 11101 111 10011 100111010 100110 1000101

Color Harmonies of #CE92C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92C0

Black with #CE92C0

Text Example


Text Example

White with #CE92C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92C0; }

 p { color: rgb(206,146,192); }

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

background-color css

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

 a { background-color: rgb(206,146,192); }

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

border-color css

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

 span { border-color: rgb(206,146,192); }

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