Html Css Color HEX #D985DC Orchid

📋 copy color: '#D985DC'

red 217 ◦ green 133 ◦ blue 220

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

Shades of Orchid #D985DC

Tints of Orchid #D985DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 38.07%
G = 23.33%
B = 38.6%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D985DC (or 0xD985DC) is known color: Orchid. HEX triplet: D9, 85 and DC. RGB value is (217,133,220). Sum of RGB (Red+Green+Blue) = 217+133+220=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #D985DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985DC is #267A23. Grayscale: #A7A7A7. Windows color (decimal): -2521636 or 14452185. OLE color: 14452185.

HSL color Cylindrical-coordinate representation of color #D985DC: hue angle of 297.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D985DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 133 220 -
CMYK 0.01 0.40 0 0.14
HSL 297.93º 0.55% 0.69% -
HSV(B) 297.93º 0.4% 0.86% -
XYZ 49.92 36.69 72.16 -
YUV 168.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 217 133 220 0.01 0.40 0 0.14 297.93 0.55 0.69
Hex D9 85 DC 1 28 0 E 12A 37 45
Octal 331 205 334 1 50 0 16 452 67 105
Binary 11011001 10000101 11011100 1 101000 0 1110 100101010 110111 1000101

Color Harmonies of #D985DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985DC

Black with #D985DC

Text Example


Text Example

White with #D985DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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