Html Css Color HEX #D084D6 Orchid

📋 copy color: '#D084D6'

red 208 ◦ green 132 ◦ blue 214

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

Shades of Orchid #D084D6

Tints of Orchid #D084D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 37.55%
G = 23.83%
B = 38.63%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D084D6 (or 0xD084D6) is known color: Orchid. HEX triplet: D0, 84 and D6. RGB value is (208,132,214). Sum of RGB (Red+Green+Blue) = 208+132+214=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #D084D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084D6 is #2F7B29. Grayscale: #A3A3A3. Windows color (decimal): -3111722 or 14058704. OLE color: 14058704.

HSL color Cylindrical-coordinate representation of color #D084D6: hue angle of 295.61º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D084D6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 132 214 -
CMYK 0.03 0.38 0 0.16
HSL 295.61º 0.5% 0.68% -
HSV(B) 295.61º 0.38% 0.84% -
XYZ 46.4 34.77 67.88 -
YUV 164.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 208 132 214 0.03 0.38 0 0.16 295.61 0.5 0.68
Hex D0 84 D6 3 26 0 10 128 32 44
Octal 320 204 326 3 46 0 20 450 62 104
Binary 11010000 10000100 11010110 11 100110 0 10000 100101000 110010 1000100

Color Harmonies of #D084D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084D6

Black with #D084D6

Text Example


Text Example

White with #D084D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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