Html Css Color HEX #806288 Trendy Pink

📋 copy color: '#806288'

red 128 ◦ green 98 ◦ blue 136

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

Shades of Trendy Pink #806288

Tints of Trendy Pink #806288

RGB

 RED value IS 128 (50.39% from 255) = 35.36%

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 35.36%
G = 27.07%
B = 37.57%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#806288 (or 0x806288) is known color: Trendy Pink. HEX triplet: 80, 62 and 88. RGB value is (128,98,136). Sum of RGB (Red+Green+Blue) = 128+98+136=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #806288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806288 is #7F9D77. Grayscale: #6F6F6F. Windows color (decimal): -8363384 or 8938112. OLE color: 8938112.

HSL color Cylindrical-coordinate representation of color #806288: hue angle of 287.37º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806288 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 98 136 -
CMYK 0.06 0.28 0 0.47
HSL 287.37º 0.16% 0.46% -
HSV(B) 287.37º 0.28% 0.53% -
XYZ 17.71 15.1 25.27 -
YUV 111.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 128 98 136 0.06 0.28 0 0.47 287.37 0.16 0.46
Hex 80 62 88 6 1C 0 2F 11F 10 2E
Octal 200 142 210 6 34 0 57 437 20 56
Binary 10000000 1100010 10001000 110 11100 0 101111 100011111 10000 101110

Color Harmonies of #806288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806288

Black with #806288

Text Example


Text Example

White with #806288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806288; }

 p { color: rgb(128,98,136); }

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

background-color css

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

 a { background-color: rgb(128,98,136); }

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

border-color css

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

 span { border-color: rgb(128,98,136); }

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