Html Css Color HEX #C288B0 Lily

📋 copy color: '#C288B0'

red 194 ◦ green 136 ◦ blue 176

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

Shades of Lily #C288B0

Tints of Lily #C288B0

RGB

 RED value IS 194 (76.17% from 255) = 38.34%

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

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

R = 38.34%
G = 26.88%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C288B0 (or 0xC288B0) is known color: Lily. HEX triplet: C2, 88 and B0. RGB value is (194,136,176). Sum of RGB (Red+Green+Blue) = 194+136+176=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C288B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288B0 is #3D774F. Grayscale: #9D9D9D. Windows color (decimal): -4028240 or 11569346. OLE color: 11569346.

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

Color convert

RGB 194 136 176 -
CMYK 0 0.30 0.09 0.24
HSL 318.62º 0.32% 0.65% -
HSV(B) 318.62º 0.3% 0.76% -
XYZ 38.89 32.21 45.24 -
YUV 157.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 194 136 176 0 0.30 0.09 0.24 318.62 0.32 0.65
Hex C2 88 B0 0 1E 9 18 13F 20 41
Octal 302 210 260 0 36 11 30 477 40 101
Binary 11000010 10001000 10110000 0 11110 1001 11000 100111111 100000 1000001

Color Harmonies of #C288B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288B0

Black with #C288B0

Text Example


Text Example

White with #C288B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288B0; }

 p { color: rgb(194,136,176); }

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

background-color css

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

 a { background-color: rgb(194,136,176); }

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

border-color css

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

 span { border-color: rgb(194,136,176); }

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