Html Css Color HEX #D084DF Orchid

📋 copy color: '#D084DF'

red 208 ◦ green 132 ◦ blue 223

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

Shades of Orchid #D084DF

Tints of Orchid #D084DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 36.94%
G = 23.45%
B = 39.61%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D084DF (or 0xD084DF) is known color: Orchid. HEX triplet: D0, 84 and DF. RGB value is (208,132,223). Sum of RGB (Red+Green+Blue) = 208+132+223=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D084DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DF is #2F7B20. Grayscale: #A4A4A4. Windows color (decimal): -3111713 or 14648528. OLE color: 14648528.

HSL color Cylindrical-coordinate representation of color #D084DF: hue angle of 290.11º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D084DF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 132 223 -
CMYK 0.07 0.41 0 0.13
HSL 290.11º 0.59% 0.7% -
HSV(B) 290.11º 0.41% 0.87% -
XYZ 47.58 35.24 74.11 -
YUV 165.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 208 132 223 0.07 0.41 0 0.13 290.11 0.59 0.7
Hex D0 84 DF 7 29 0 D 122 3B 46
Octal 320 204 337 7 51 0 15 442 73 106
Binary 11010000 10000100 11011111 111 101001 0 1101 100100010 111011 1000110

Color Harmonies of #D084DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084DF

Black with #D084DF

Text Example


Text Example

White with #D084DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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