Html Css Color HEX #D081D2 Orchid

📋 copy color: '#D081D2'

red 208 ◦ green 129 ◦ blue 210

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

Shades of Orchid #D081D2

Tints of Orchid #D081D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 38.03%
G = 23.58%
B = 38.39%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D081D2 (or 0xD081D2) is known color: Orchid. HEX triplet: D0, 81 and D2. RGB value is (208,129,210). Sum of RGB (Red+Green+Blue) = 208+129+210=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #D081D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081D2 is #2F7E2D. Grayscale: #A1A1A1. Windows color (decimal): -3112494 or 13795792. OLE color: 13795792.

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

Color convert

RGB 208 129 210 -
CMYK 0.01 0.39 0 0.18
HSL 298.52º 0.47% 0.66% -
HSV(B) 298.52º 0.39% 0.82% -
XYZ 45.5 33.76 65.09 -
YUV 161.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 208 129 210 0.01 0.39 0 0.18 298.52 0.47 0.66
Hex D0 81 D2 1 27 0 12 12B 2F 42
Octal 320 201 322 1 47 0 22 453 57 102
Binary 11010000 10000001 11010010 1 100111 0 10010 100101011 101111 1000010

Color Harmonies of #D081D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081D2

Black with #D081D2

Text Example


Text Example

White with #D081D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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