Html Css Color HEX #D081DF Orchid

📋 copy color: '#D081DF'

red 208 ◦ green 129 ◦ blue 223

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

Shades of Orchid #D081DF

Tints of Orchid #D081DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 37.14%
G = 23.04%
B = 39.82%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D081DF (or 0xD081DF) is known color: Orchid. HEX triplet: D0, 81 and DF. RGB value is (208,129,223). Sum of RGB (Red+Green+Blue) = 208+129+223=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D081DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DF is #2F7E20. Grayscale: #A3A3A3. Windows color (decimal): -3112481 or 14647760. OLE color: 14647760.

HSL color Cylindrical-coordinate representation of color #D081DF: hue angle of 290.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D081DF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 129 223 -
CMYK 0.07 0.42 0 0.13
HSL 290.43º 0.59% 0.69% -
HSV(B) 290.43º 0.42% 0.87% -
XYZ 47.18 34.44 73.97 -
YUV 163.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 208 129 223 0.07 0.42 0 0.13 290.43 0.59 0.69
Hex D0 81 DF 7 2A 0 D 122 3B 45
Octal 320 201 337 7 52 0 15 442 73 105
Binary 11010000 10000001 11011111 111 101010 0 1101 100100010 111011 1000101

Color Harmonies of #D081DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081DF

Black with #D081DF

Text Example


Text Example

White with #D081DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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