Html Css Color HEX #C389B5 Lily

📋 copy color: '#C389B5'

red 195 ◦ green 137 ◦ blue 181

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

Shades of Lily #C389B5

Tints of Lily #C389B5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.71%

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 38.01%
G = 26.71%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C389B5 (or 0xC389B5) is known color: Lily. HEX triplet: C3, 89 and B5. RGB value is (195,137,181). Sum of RGB (Red+Green+Blue) = 195+137+181=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C389B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389B5 is #3C764A. Grayscale: #9F9F9F. Windows color (decimal): -3962443 or 11897283. OLE color: 11897283.

HSL color Cylindrical-coordinate representation of color #C389B5: hue angle of 314.48º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389B5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 181 -
CMYK 0 0.30 0.07 0.24
HSL 314.48º 0.33% 0.65% -
HSV(B) 314.48º 0.3% 0.76% -
XYZ 39.79 32.83 47.96 -
YUV 159.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 195 137 181 0 0.30 0.07 0.24 314.48 0.33 0.65
Hex C3 89 B5 0 1E 7 18 13A 21 41
Octal 303 211 265 0 36 7 30 472 41 101
Binary 11000011 10001001 10110101 0 11110 111 11000 100111010 100001 1000001

Color Harmonies of #C389B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389B5

Black with #C389B5

Text Example


Text Example

White with #C389B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389B5; }

 p { color: rgb(195,137,181); }

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

background-color css

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

 a { background-color: rgb(195,137,181); }

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

border-color css

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

 span { border-color: rgb(195,137,181); }

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