Html Css Color HEX #D080D3 Orchid

📋 copy color: '#D080D3'

red 208 ◦ green 128 ◦ blue 211

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

Shades of Orchid #D080D3

Tints of Orchid #D080D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.57%

R = 38.03%
G = 23.4%
B = 38.57%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D080D3 (or 0xD080D3) is known color: Orchid. HEX triplet: D0, 80 and D3. RGB value is (208,128,211). Sum of RGB (Red+Green+Blue) = 208+128+211=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #D080D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080D3 is #2F7F2C. Grayscale: #A1A1A1. Windows color (decimal): -3112749 or 13861072. OLE color: 13861072.

HSL color Cylindrical-coordinate representation of color #D080D3: hue angle of 297.83º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D080D3 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 128 211 -
CMYK 0.01 0.39 0 0.17
HSL 297.83º 0.49% 0.66% -
HSV(B) 297.83º 0.39% 0.83% -
XYZ 45.49 33.55 65.71 -
YUV 161.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 208 128 211 0.01 0.39 0 0.17 297.83 0.49 0.66
Hex D0 80 D3 1 27 0 11 12A 31 42
Octal 320 200 323 1 47 0 21 452 61 102
Binary 11010000 10000000 11010011 1 100111 0 10001 100101010 110001 1000010

Color Harmonies of #D080D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080D3

Black with #D080D3

Text Example


Text Example

White with #D080D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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