Html Css Color HEX #D085DF Orchid

📋 copy color: '#D085DF'

red 208 ◦ green 133 ◦ blue 223

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

Shades of Orchid #D085DF

Tints of Orchid #D085DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.58%

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

R = 36.88%
G = 23.58%
B = 39.54%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D085DF (or 0xD085DF) is known color: Orchid. HEX triplet: D0, 85 and DF. RGB value is (208,133,223). Sum of RGB (Red+Green+Blue) = 208+133+223=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D085DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DF is #2F7A20. Grayscale: #A5A5A5. Windows color (decimal): -3111457 or 14648784. OLE color: 14648784.

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

Color convert

RGB 208 133 223 -
CMYK 0.07 0.40 0 0.13
HSL 290º 0.58% 0.7% -
HSV(B) 290º 0.4% 0.87% -
XYZ 47.72 35.51 74.15 -
YUV 165.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 208 133 223 0.07 0.40 0 0.13 290 0.58 0.7
Hex D0 85 DF 7 28 0 D 122 3A 46
Octal 320 205 337 7 50 0 15 442 72 106
Binary 11010000 10000101 11011111 111 101000 0 1101 100100010 111010 1000110

Color Harmonies of #D085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085DF

Black with #D085DF

Text Example


Text Example

White with #D085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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