Html Css Color HEX #C283B0 Lily

📋 copy color: '#C283B0'

red 194 ◦ green 131 ◦ blue 176

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

Shades of Lily #C283B0

Tints of Lily #C283B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 38.72%
G = 26.15%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C283B0 (or 0xC283B0) is known color: Lily. HEX triplet: C2, 83 and B0. RGB value is (194,131,176). Sum of RGB (Red+Green+Blue) = 194+131+176=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C283B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283B0 is #3D7C4F. Grayscale: #9A9A9A. Windows color (decimal): -4029520 or 11568066. OLE color: 11568066.

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

Color convert

RGB 194 131 176 -
CMYK 0 0.32 0.09 0.24
HSL 317.14º 0.34% 0.64% -
HSV(B) 317.14º 0.32% 0.76% -
XYZ 38.2 30.84 45.01 -
YUV 154.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 194 131 176 0 0.32 0.09 0.24 317.14 0.34 0.64
Hex C2 83 B0 0 20 9 18 13D 22 40
Octal 302 203 260 0 40 11 30 475 42 100
Binary 11000010 10000011 10110000 0 100000 1001 11000 100111101 100010 1000000

Color Harmonies of #C283B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C283B0

Black with #C283B0

Text Example


Text Example

White with #C283B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C283B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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