Html Css Color HEX #D081BE Orchid

📋 copy color: '#D081BE'

red 208 ◦ green 129 ◦ blue 190

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

Shades of Orchid #D081BE

Tints of Orchid #D081BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.48%

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

R = 39.47%
G = 24.48%
B = 36.05%

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

#D081BE (or 0xD081BE) is known color: Orchid. HEX triplet: D0, 81 and BE. RGB value is (208,129,190). Sum of RGB (Red+Green+Blue) = 208+129+190=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D081BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081BE is #2F7E41. Grayscale: #9F9F9F. Windows color (decimal): -3112514 or 12485072. OLE color: 12485072.

HSL color Cylindrical-coordinate representation of color #D081BE: hue angle of 313.67º 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 #D081BE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 190 -
CMYK 0 0.38 0.09 0.18
HSL 313.67º 0.46% 0.66% -
HSV(B) 313.67º 0.38% 0.82% -
XYZ 43.16 32.83 52.78 -
YUV 159.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 208 129 190 0 0.38 0.09 0.18 313.67 0.46 0.66
Hex D0 81 BE 0 26 9 12 13A 2E 42
Octal 320 201 276 0 46 11 22 472 56 102
Binary 11010000 10000001 10111110 0 100110 1001 10010 100111010 101110 1000010

Color Harmonies of #D081BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081BE

Black with #D081BE

Text Example


Text Example

White with #D081BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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