Html Css Color HEX #D080DD Orchid

📋 copy color: '#D080DD'

red 208 ◦ green 128 ◦ blue 221

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

Shades of Orchid #D080DD

Tints of Orchid #D080DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.98%

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

R = 37.34%
G = 22.98%
B = 39.68%

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

#D080DD (or 0xD080DD) is known color: Orchid. HEX triplet: D0, 80 and DD. RGB value is (208,128,221). Sum of RGB (Red+Green+Blue) = 208+128+221=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D080DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080DD is #2F7F22. Grayscale: #A2A2A2. Windows color (decimal): -3112739 or 14516432. OLE color: 14516432.

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

Color convert

RGB 208 128 221 -
CMYK 0.06 0.42 0 0.13
HSL 291.61º 0.58% 0.68% -
HSV(B) 291.61º 0.42% 0.87% -
XYZ 46.78 34.07 72.52 -
YUV 162.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 208 128 221 0.06 0.42 0 0.13 291.61 0.58 0.68
Hex D0 80 DD 6 2A 0 D 124 3A 44
Octal 320 200 335 6 52 0 15 444 72 104
Binary 11010000 10000000 11011101 110 101010 0 1101 100100100 111010 1000100

Color Harmonies of #D080DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080DD

Black with #D080DD

Text Example


Text Example

White with #D080DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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