Html Css Color HEX #C18FAA Lily

📋 copy color: '#C18FAA'

red 193 ◦ green 143 ◦ blue 170

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

Shades of Lily #C18FAA

Tints of Lily #C18FAA

RGB

 RED value IS 193 (75.78% from 255) = 38.14%

 GREEN value IS 143 (56.25% from 255) = 28.26%

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 38.14%
G = 28.26%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C18FAA (or 0xC18FAA) is known color: Lily. HEX triplet: C1, 8F and AA. RGB value is (193,143,170). Sum of RGB (Red+Green+Blue) = 193+143+170=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FAA is #3E7055. Grayscale: #A0A0A0. Windows color (decimal): -4091990 or 11177921. OLE color: 11177921.

HSL color Cylindrical-coordinate representation of color #C18FAA: hue angle of 327.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FAA is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 143 170 -
CMYK 0 0.26 0.12 0.24
HSL 327.6º 0.29% 0.66% -
HSV(B) 327.6º 0.26% 0.76% -
XYZ 39.07 33.88 42.51 -
YUV 161.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 193 143 170 0 0.26 0.12 0.24 327.6 0.29 0.66
Hex C1 8F AA 0 1A C 18 148 1D 42
Octal 301 217 252 0 32 14 30 510 35 102
Binary 11000001 10001111 10101010 0 11010 1100 11000 101001000 11101 1000010

Color Harmonies of #C18FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FAA

Black with #C18FAA

Text Example


Text Example

White with #C18FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FAA; }

 p { color: rgb(193,143,170); }

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

background-color css

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

 a { background-color: rgb(193,143,170); }

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

border-color css

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

 span { border-color: rgb(193,143,170); }

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