Html Css Color HEX #C390B0 Lily

📋 copy color: '#C390B0'

red 195 ◦ green 144 ◦ blue 176

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

Shades of Lily #C390B0

Tints of Lily #C390B0

RGB

 RED value IS 195 (76.56% from 255) = 37.86%

 GREEN value IS 144 (56.64% from 255) = 27.96%

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

R = 37.86%
G = 27.96%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C390B0 (or 0xC390B0) is known color: Lily. HEX triplet: C3, 90 and B0. RGB value is (195,144,176). Sum of RGB (Red+Green+Blue) = 195+144+176=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390B0 is #3C6F4F. Grayscale: #A2A2A2. Windows color (decimal): -3960656 or 11571395. OLE color: 11571395.

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

Color convert

RGB 195 144 176 -
CMYK 0 0.26 0.10 0.24
HSL 322.35º 0.3% 0.66% -
HSV(B) 322.35º 0.26% 0.76% -
XYZ 40.32 34.68 45.64 -
YUV 162.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 195 144 176 0 0.26 0.10 0.24 322.35 0.3 0.66
Hex C3 90 B0 0 1A A 18 142 1E 42
Octal 303 220 260 0 32 12 30 502 36 102
Binary 11000011 10010000 10110000 0 11010 1010 11000 101000010 11110 1000010

Color Harmonies of #C390B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390B0

Black with #C390B0

Text Example


Text Example

White with #C390B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390B0; }

 p { color: rgb(195,144,176); }

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

background-color css

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

 a { background-color: rgb(195,144,176); }

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

border-color css

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

 span { border-color: rgb(195,144,176); }

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