Html Css Color HEX #C283AF Lily

📋 copy color: '#C283AF'

red 194 ◦ green 131 ◦ blue 175

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

Shades of Lily #C283AF

Tints of Lily #C283AF

RGB

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

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

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

R = 38.8%
G = 26.2%
B = 35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C283AF (or 0xC283AF) is known color: Lily. HEX triplet: C2, 83 and AF. RGB value is (194,131,175). Sum of RGB (Red+Green+Blue) = 194+131+175=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C283AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283AF is #3D7C50. Grayscale: #9A9A9A. Windows color (decimal): -4029521 or 11502530. OLE color: 11502530.

HSL color Cylindrical-coordinate representation of color #C283AF: hue angle of 318.1º 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 #C283AF is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 175 -
CMYK 0 0.32 0.10 0.24
HSL 318.1º 0.34% 0.64% -
HSV(B) 318.1º 0.32% 0.76% -
XYZ 38.1 30.8 44.49 -
YUV 154.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 194 131 175 0 0.32 0.10 0.24 318.1 0.34 0.64
Hex C2 83 AF 0 20 A 18 13E 22 40
Octal 302 203 257 0 40 12 30 476 42 100
Binary 11000010 10000011 10101111 0 100000 1010 11000 100111110 100010 1000000

Color Harmonies of #C283AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C283AF

Black with #C283AF

Text Example


Text Example

White with #C283AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C283AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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