Html Css Color HEX #C88DBB Lily

📋 copy color: '#C88DBB'

red 200 ◦ green 141 ◦ blue 187

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

Shades of Lily #C88DBB

Tints of Lily #C88DBB

RGB

 RED value IS 200 (78.52% from 255) = 37.88%

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 37.88%
G = 26.7%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C88DBB (or 0xC88DBB) is known color: Lily. HEX triplet: C8, 8D and BB. RGB value is (200,141,187). Sum of RGB (Red+Green+Blue) = 200+141+187=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DBB is #377244. Grayscale: #A3A3A3. Windows color (decimal): -3633733 or 12291528. OLE color: 12291528.

HSL color Cylindrical-coordinate representation of color #C88DBB: hue angle of 313.22º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DBB is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 187 -
CMYK 0 0.29 0.06 0.22
HSL 313.22º 0.35% 0.67% -
HSV(B) 313.22º 0.3% 0.78% -
XYZ 42.31 34.92 51.52 -
YUV 163.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 200 141 187 0 0.29 0.06 0.22 313.22 0.35 0.67
Hex C8 8D BB 0 1D 6 16 139 23 43
Octal 310 215 273 0 35 6 26 471 43 103
Binary 11001000 10001101 10111011 0 11101 110 10110 100111001 100011 1000011

Color Harmonies of #C88DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DBB

Black with #C88DBB

Text Example


Text Example

White with #C88DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DBB; }

 p { color: rgb(200,141,187); }

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

background-color css

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

 a { background-color: rgb(200,141,187); }

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

border-color css

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

 span { border-color: rgb(200,141,187); }

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