Html Css Color HEX #C88FBB Lily

📋 copy color: '#C88FBB'

red 200 ◦ green 143 ◦ blue 187

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

Shades of Lily #C88FBB

Tints of Lily #C88FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.98%

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

R = 37.74%
G = 26.98%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C88FBB (or 0xC88FBB) is known color: Lily. HEX triplet: C8, 8F and BB. RGB value is (200,143,187). Sum of RGB (Red+Green+Blue) = 200+143+187=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FBB is #377044. Grayscale: #A4A4A4. Windows color (decimal): -3633221 or 12292040. OLE color: 12292040.

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

Color convert

RGB 200 143 187 -
CMYK 0 0.28 0.06 0.22
HSL 313.68º 0.34% 0.67% -
HSV(B) 313.68º 0.29% 0.78% -
XYZ 42.61 35.51 51.62 -
YUV 165.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 200 143 187 0 0.28 0.06 0.22 313.68 0.34 0.67
Hex C8 8F BB 0 1C 6 16 13A 22 43
Octal 310 217 273 0 34 6 26 472 42 103
Binary 11001000 10001111 10111011 0 11100 110 10110 100111010 100010 1000011

Color Harmonies of #C88FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FBB

Black with #C88FBB

Text Example


Text Example

White with #C88FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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