Html Css Color HEX #C88CBC Lily

📋 copy color: '#C88CBC'

red 200 ◦ green 140 ◦ blue 188

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

Shades of Lily #C88CBC

Tints of Lily #C88CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 37.88%
G = 26.52%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C88CBC (or 0xC88CBC) is known color: Lily. HEX triplet: C8, 8C and BC. RGB value is (200,140,188). Sum of RGB (Red+Green+Blue) = 200+140+188=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CBC is #377343. Grayscale: #A3A3A3. Windows color (decimal): -3633988 or 12356808. OLE color: 12356808.

HSL color Cylindrical-coordinate representation of color #C88CBC: hue angle of 312º 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 #C88CBC is Cyan = 0, Magento = 0.3, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 188 -
CMYK 0 0.3 0.06 0.22
HSL 312º 0.35% 0.67% -
HSV(B) 312º 0.3% 0.78% -
XYZ 42.27 34.67 52.04 -
YUV 163.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 200 140 188 0 0.3 0.06 0.22 312 0.35 0.67
Hex C8 8C BC 0 1E 6 16 138 23 43
Octal 310 214 274 0 36 6 26 470 43 103
Binary 11001000 10001100 10111100 0 11110 110 10110 100111000 100011 1000011

Color Harmonies of #C88CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CBC

Black with #C88CBC

Text Example


Text Example

White with #C88CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CBC; }

 p { color: rgb(200,140,188); }

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

background-color css

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

 a { background-color: rgb(200,140,188); }

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

border-color css

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

 span { border-color: rgb(200,140,188); }

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