Html Css Color HEX #C388A8 Lily

📋 copy color: '#C388A8'

red 195 ◦ green 136 ◦ blue 168

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

Shades of Lily #C388A8

Tints of Lily #C388A8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.25%

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 39.08%
G = 27.25%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C388A8 (or 0xC388A8) is known color: Lily. HEX triplet: C3, 88 and A8. RGB value is (195,136,168). Sum of RGB (Red+Green+Blue) = 195+136+168=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A8 is #3C7757. Grayscale: #9D9D9D. Windows color (decimal): -3962712 or 11045059. OLE color: 11045059.

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

Color convert

RGB 195 136 168 -
CMYK 0 0.30 0.14 0.24
HSL 327.46º 0.33% 0.65% -
HSV(B) 327.46º 0.3% 0.76% -
XYZ 38.38 32.04 41.21 -
YUV 157.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 195 136 168 0 0.30 0.14 0.24 327.46 0.33 0.65
Hex C3 88 A8 0 1E E 18 147 21 41
Octal 303 210 250 0 36 16 30 507 41 101
Binary 11000011 10001000 10101000 0 11110 1110 11000 101000111 100001 1000001

Color Harmonies of #C388A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388A8

Black with #C388A8

Text Example


Text Example

White with #C388A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388A8; }

 p { color: rgb(195,136,168); }

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

background-color css

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

 a { background-color: rgb(195,136,168); }

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

border-color css

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

 span { border-color: rgb(195,136,168); }

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