Html Css Color HEX #D084DA Orchid

📋 copy color: '#D084DA'

red 208 ◦ green 132 ◦ blue 218

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

Shades of Orchid #D084DA

Tints of Orchid #D084DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 37.28%
G = 23.66%
B = 39.07%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D084DA (or 0xD084DA) is known color: Orchid. HEX triplet: D0, 84 and DA. RGB value is (208,132,218). Sum of RGB (Red+Green+Blue) = 208+132+218=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #D084DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DA is #2F7B25. Grayscale: #A4A4A4. Windows color (decimal): -3111718 or 14320848. OLE color: 14320848.

HSL color Cylindrical-coordinate representation of color #D084DA: hue angle of 293.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D084DA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 132 218 -
CMYK 0.05 0.39 0 0.15
HSL 293.02º 0.54% 0.69% -
HSV(B) 293.02º 0.39% 0.85% -
XYZ 46.92 34.97 70.61 -
YUV 164.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 208 132 218 0.05 0.39 0 0.15 293.02 0.54 0.69
Hex D0 84 DA 5 27 0 F 125 36 45
Octal 320 204 332 5 47 0 17 445 66 105
Binary 11010000 10000100 11011010 101 100111 0 1111 100100101 110110 1000101

Color Harmonies of #D084DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084DA

Black with #D084DA

Text Example


Text Example

White with #D084DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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