Html Css Color HEX #C390B6 Lily

📋 copy color: '#C390B6'

red 195 ◦ green 144 ◦ blue 182

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

Shades of Lily #C390B6

Tints of Lily #C390B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 37.43%
G = 27.64%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C390B6 (or 0xC390B6) is known color: Lily. HEX triplet: C3, 90 and B6. RGB value is (195,144,182). Sum of RGB (Red+Green+Blue) = 195+144+182=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390B6 is #3C6F49. Grayscale: #A3A3A3. Windows color (decimal): -3960650 or 11964611. OLE color: 11964611.

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

Color convert

RGB 195 144 182 -
CMYK 0 0.26 0.07 0.24
HSL 315.29º 0.3% 0.66% -
HSV(B) 315.29º 0.26% 0.76% -
XYZ 40.92 34.93 48.84 -
YUV 163.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 195 144 182 0 0.26 0.07 0.24 315.29 0.3 0.66
Hex C3 90 B6 0 1A 7 18 13B 1E 42
Octal 303 220 266 0 32 7 30 473 36 102
Binary 11000011 10010000 10110110 0 11010 111 11000 100111011 11110 1000010

Color Harmonies of #C390B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390B6

Black with #C390B6

Text Example


Text Example

White with #C390B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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