Html Css Color HEX #C283AA Lily

📋 copy color: '#C283AA'

red 194 ◦ green 131 ◦ blue 170

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

Shades of Lily #C283AA

Tints of Lily #C283AA

RGB

 RED value IS 194 (76.17% from 255) = 39.19%

 GREEN value IS 131 (51.56% from 255) = 26.46%

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

R = 39.19%
G = 26.46%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C283AA (or 0xC283AA) is known color: Lily. HEX triplet: C2, 83 and AA. RGB value is (194,131,170). Sum of RGB (Red+Green+Blue) = 194+131+170=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C283AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283AA is #3D7C55. Grayscale: #9A9A9A. Windows color (decimal): -4029526 or 11174850. OLE color: 11174850.

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

Color convert

RGB 194 131 170 -
CMYK 0 0.32 0.12 0.24
HSL 322.86º 0.34% 0.64% -
HSV(B) 322.86º 0.32% 0.76% -
XYZ 37.62 30.6 41.95 -
YUV 154.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 194 131 170 0 0.32 0.12 0.24 322.86 0.34 0.64
Hex C2 83 AA 0 20 C 18 143 22 40
Octal 302 203 252 0 40 14 30 503 42 100
Binary 11000010 10000011 10101010 0 100000 1100 11000 101000011 100010 1000000

Color Harmonies of #C283AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C283AA

Black with #C283AA

Text Example


Text Example

White with #C283AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C283AA; }

 p { color: rgb(194,131,170); }

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

background-color css

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

 a { background-color: rgb(194,131,170); }

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

border-color css

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

 span { border-color: rgb(194,131,170); }

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