Html Css Color HEX #D081DA Orchid

📋 copy color: '#D081DA'

red 208 ◦ green 129 ◦ blue 218

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

Shades of Orchid #D081DA

Tints of Orchid #D081DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 37.48%
G = 23.24%
B = 39.28%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D081DA (or 0xD081DA) is known color: Orchid. HEX triplet: D0, 81 and DA. RGB value is (208,129,218). Sum of RGB (Red+Green+Blue) = 208+129+218=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D081DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DA is #2F7E25. Grayscale: #A2A2A2. Windows color (decimal): -3112486 or 14320080. OLE color: 14320080.

HSL color Cylindrical-coordinate representation of color #D081DA: hue angle of 293.26º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D081DA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 129 218 -
CMYK 0.05 0.41 0 0.15
HSL 293.26º 0.55% 0.68% -
HSV(B) 293.26º 0.41% 0.85% -
XYZ 46.52 34.17 70.47 -
YUV 162.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 208 129 218 0.05 0.41 0 0.15 293.26 0.55 0.68
Hex D0 81 DA 5 29 0 F 125 37 44
Octal 320 201 332 5 51 0 17 445 67 104
Binary 11010000 10000001 11011010 101 101001 0 1111 100100101 110111 1000100

Color Harmonies of #D081DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081DA

Black with #D081DA

Text Example


Text Example

White with #D081DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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