Html Css Color HEX #C381B0 Lily

📋 copy color: '#C381B0'

red 195 ◦ green 129 ◦ blue 176

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

Shades of Lily #C381B0

Tints of Lily #C381B0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

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

R = 39%
G = 25.8%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C381B0 (or 0xC381B0) is known color: Lily. HEX triplet: C3, 81 and B0. RGB value is (195,129,176). Sum of RGB (Red+Green+Blue) = 195+129+176=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C381B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381B0 is #3C7E4F. Grayscale: #999999. Windows color (decimal): -3964496 or 11567555. OLE color: 11567555.

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

Color convert

RGB 195 129 176 -
CMYK 0 0.34 0.10 0.24
HSL 317.27º 0.35% 0.64% -
HSV(B) 317.27º 0.34% 0.76% -
XYZ 38.19 30.44 44.94 -
YUV 154.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 195 129 176 0 0.34 0.10 0.24 317.27 0.35 0.64
Hex C3 81 B0 0 22 A 18 13D 23 40
Octal 303 201 260 0 42 12 30 475 43 100
Binary 11000011 10000001 10110000 0 100010 1010 11000 100111101 100011 1000000

Color Harmonies of #C381B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381B0

Black with #C381B0

Text Example


Text Example

White with #C381B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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