Html Css Color HEX #CE7FAF Lily

📋 copy color: '#CE7FAF'

red 206 ◦ green 127 ◦ blue 175

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

Shades of Lily #CE7FAF

Tints of Lily #CE7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 25%

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 40.55%
G = 25%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE7FAF (or 0xCE7FAF) is known color: Lily. HEX triplet: CE, 7F and AF. RGB value is (206,127,175). Sum of RGB (Red+Green+Blue) = 206+127+175=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FAF is #318050. Grayscale: #9B9B9B. Windows color (decimal): -3244113 or 11501518. OLE color: 11501518.

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

Color convert

RGB 206 127 175 -
CMYK 0 0.38 0.15 0.19
HSL 323.54º 0.45% 0.65% -
HSV(B) 323.54º 0.38% 0.81% -
XYZ 40.78 31.4 44.47 -
YUV 156.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 206 127 175 0 0.38 0.15 0.19 323.54 0.45 0.65
Hex CE 7F AF 0 26 F 13 144 2D 41
Octal 316 177 257 0 46 17 23 504 55 101
Binary 11001110 1111111 10101111 0 100110 1111 10011 101000100 101101 1000001

Color Harmonies of #CE7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FAF

Black with #CE7FAF

Text Example


Text Example

White with #CE7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FAF; }

 p { color: rgb(206,127,175); }

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

background-color css

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

 a { background-color: rgb(206,127,175); }

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

border-color css

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

 span { border-color: rgb(206,127,175); }

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