Html Css Color HEX #D080BE Orchid

📋 copy color: '#D080BE'

red 208 ◦ green 128 ◦ blue 190

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

Shades of Orchid #D080BE

Tints of Orchid #D080BE

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

 GREEN value IS 128 (50.39% from 255) = 24.33%

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 39.54%
G = 24.33%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D080BE (or 0xD080BE) is known color: Orchid. HEX triplet: D0, 80 and BE. RGB value is (208,128,190). Sum of RGB (Red+Green+Blue) = 208+128+190=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D080BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080BE is #2F7F41. Grayscale: #9E9E9E. Windows color (decimal): -3112770 or 12484816. OLE color: 12484816.

HSL color Cylindrical-coordinate representation of color #D080BE: hue angle of 313.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D080BE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 190 -
CMYK 0 0.38 0.09 0.18
HSL 313.5º 0.46% 0.66% -
HSV(B) 313.5º 0.38% 0.82% -
XYZ 43.03 32.57 52.73 -
YUV 158.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 208 128 190 0 0.38 0.09 0.18 313.5 0.46 0.66
Hex D0 80 BE 0 26 9 12 13A 2E 42
Octal 320 200 276 0 46 11 22 472 56 102
Binary 11010000 10000000 10111110 0 100110 1001 10010 100111010 101110 1000010

Color Harmonies of #D080BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080BE

Black with #D080BE

Text Example


Text Example

White with #D080BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080BE; }

 p { color: rgb(208,128,190); }

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

background-color css

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

 a { background-color: rgb(208,128,190); }

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

border-color css

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

 span { border-color: rgb(208,128,190); }

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