Html Css Color HEX #D985D1 Orchid

📋 copy color: '#D985D1'

red 217 ◦ green 133 ◦ blue 209

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

Shades of Orchid #D985D1

Tints of Orchid #D985D1

RGB

 RED value IS 217 (85.16% from 255) = 38.82%

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

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

R = 38.82%
G = 23.79%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D985D1 (or 0xD985D1) is known color: Orchid. HEX triplet: D9, 85 and D1. RGB value is (217,133,209). Sum of RGB (Red+Green+Blue) = 217+133+209=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D985D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985D1 is #267A2E. Grayscale: #A6A6A6. Windows color (decimal): -2521647 or 13731289. OLE color: 13731289.

HSL color Cylindrical-coordinate representation of color #D985D1: hue angle of 305.71º degrees, saturation: 0.52, 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 #D985D1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 209 -
CMYK 0 0.39 0.04 0.15
HSL 305.71º 0.53% 0.69% -
HSV(B) 305.71º 0.39% 0.85% -
XYZ 48.51 36.13 64.74 -
YUV 166.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 217 133 209 0 0.39 0.04 0.15 305.71 0.53 0.69
Hex D9 85 D1 0 27 4 F 132 34 45
Octal 331 205 321 0 47 4 17 462 64 105
Binary 11011001 10000101 11010001 0 100111 100 1111 100110010 110100 1000101

Color Harmonies of #D985D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985D1

Black with #D985D1

Text Example


Text Example

White with #D985D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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