Html Css Color HEX #D084DC Orchid

📋 copy color: '#D084DC'

red 208 ◦ green 132 ◦ blue 220

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

Shades of Orchid #D084DC

Tints of Orchid #D084DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.57%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 37.14%
G = 23.57%
B = 39.29%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D084DC (or 0xD084DC) is known color: Orchid. HEX triplet: D0, 84 and DC. RGB value is (208,132,220). Sum of RGB (Red+Green+Blue) = 208+132+220=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D084DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DC is #2F7B23. Grayscale: #A4A4A4. Windows color (decimal): -3111716 or 14451920. OLE color: 14451920.

HSL color Cylindrical-coordinate representation of color #D084DC: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D084DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 132 220 -
CMYK 0.05 0.40 0 0.14
HSL 291.82º 0.56% 0.69% -
HSV(B) 291.82º 0.4% 0.86% -
XYZ 47.18 35.08 71.99 -
YUV 164.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 208 132 220 0.05 0.40 0 0.14 291.82 0.56 0.69
Hex D0 84 DC 5 28 0 E 124 38 45
Octal 320 204 334 5 50 0 16 444 70 105
Binary 11010000 10000100 11011100 101 101000 0 1110 100100100 111000 1000101

Color Harmonies of #D084DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084DC

Black with #D084DC

Text Example


Text Example

White with #D084DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084DC; }

 p { color: rgb(208,132,220); }

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

background-color css

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

 a { background-color: rgb(208,132,220); }

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

border-color css

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

 span { border-color: rgb(208,132,220); }

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