Html Css Color HEX #D081DD Orchid

📋 copy color: '#D081DD'

red 208 ◦ green 129 ◦ blue 221

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

Shades of Orchid #D081DD

Tints of Orchid #D081DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 37.28%
G = 23.12%
B = 39.61%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D081DD (or 0xD081DD) is known color: Orchid. HEX triplet: D0, 81 and DD. RGB value is (208,129,221). Sum of RGB (Red+Green+Blue) = 208+129+221=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D081DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DD is #2F7E22. Grayscale: #A2A2A2. Windows color (decimal): -3112483 or 14516688. OLE color: 14516688.

HSL color Cylindrical-coordinate representation of color #D081DD: hue angle of 291.52º degrees, saturation: 0.57, 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 #D081DD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 129 221 -
CMYK 0.06 0.42 0 0.13
HSL 291.52º 0.58% 0.69% -
HSV(B) 291.52º 0.42% 0.87% -
XYZ 46.91 34.33 72.56 -
YUV 163.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 208 129 221 0.06 0.42 0 0.13 291.52 0.58 0.69
Hex D0 81 DD 6 2A 0 D 124 3A 45
Octal 320 201 335 6 52 0 15 444 72 105
Binary 11010000 10000001 11011101 110 101010 0 1101 100100100 111010 1000101

Color Harmonies of #D081DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081DD

Black with #D081DD

Text Example


Text Example

White with #D081DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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