Html Css Color HEX #D081E1 Orchid

📋 copy color: '#D081E1'

red 208 ◦ green 129 ◦ blue 225

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

Shades of Orchid #D081E1

Tints of Orchid #D081E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 37.01%
G = 22.95%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D081E1 (or 0xD081E1) is known color: Orchid. HEX triplet: D0, 81 and E1. RGB value is (208,129,225). Sum of RGB (Red+Green+Blue) = 208+129+225=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #D081E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081E1 is #2F7E1E. Grayscale: #A3A3A3. Windows color (decimal): -3112479 or 14778832. OLE color: 14778832.

HSL color Cylindrical-coordinate representation of color #D081E1: hue angle of 289.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D081E1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 129 225 -
CMYK 0.08 0.43 0 0.12
HSL 289.38º 0.62% 0.69% -
HSV(B) 289.38º 0.43% 0.88% -
XYZ 47.45 34.55 75.4 -
YUV 163.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 208 129 225 0.08 0.43 0 0.12 289.38 0.62 0.69
Hex D0 81 E1 8 2B 0 C 121 3E 45
Octal 320 201 341 10 53 0 14 441 76 105
Binary 11010000 10000001 11100001 1000 101011 0 1100 100100001 111110 1000101

Color Harmonies of #D081E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081E1

Black with #D081E1

Text Example


Text Example

White with #D081E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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