Html Css Color HEX #D085D1 Orchid

📋 copy color: '#D085D1'

red 208 ◦ green 133 ◦ blue 209

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

Shades of Orchid #D085D1

Tints of Orchid #D085D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 37.82%
G = 24.18%
B = 38%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D085D1 (or 0xD085D1) is known color: Orchid. HEX triplet: D0, 85 and D1. RGB value is (208,133,209). Sum of RGB (Red+Green+Blue) = 208+133+209=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #D085D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085D1 is #2F7A2E. Grayscale: #A3A3A3. Windows color (decimal): -3111471 or 13731280. OLE color: 13731280.

HSL color Cylindrical-coordinate representation of color #D085D1: hue angle of 299.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085D1 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 209 -
CMYK 0.00 0.36 0 0.18
HSL 299.21º 0.45% 0.67% -
HSV(B) 299.21º 0.36% 0.82% -
XYZ 45.91 34.79 64.62 -
YUV 164.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 208 133 209 0.00 0.36 0 0.18 299.21 0.45 0.67
Hex D0 85 D1 0 24 0 12 12B 2D 43
Octal 320 205 321 0 44 0 22 453 55 103
Binary 11010000 10000101 11010001 0 100100 0 10010 100101011 101101 1000011

Color Harmonies of #D085D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085D1

Black with #D085D1

Text Example


Text Example

White with #D085D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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