Html Css Color HEX #D985C6 Orchid

📋 copy color: '#D985C6'

red 217 ◦ green 133 ◦ blue 198

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

Shades of Orchid #D985C6

Tints of Orchid #D985C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 39.6%
G = 24.27%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D985C6 (or 0xD985C6) is known color: Orchid. HEX triplet: D9, 85 and C6. RGB value is (217,133,198). Sum of RGB (Red+Green+Blue) = 217+133+198=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D985C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985C6 is #267A39. Grayscale: #A5A5A5. Windows color (decimal): -2521658 or 13010393. OLE color: 13010393.

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

Color convert

RGB 217 133 198 -
CMYK 0 0.39 0.09 0.15
HSL 313.57º 0.53% 0.69% -
HSV(B) 313.57º 0.39% 0.85% -
XYZ 47.2 35.6 57.81 -
YUV 165.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 217 133 198 0 0.39 0.09 0.15 313.57 0.53 0.69
Hex D9 85 C6 0 27 9 F 13A 34 45
Octal 331 205 306 0 47 11 17 472 64 105
Binary 11011001 10000101 11000110 0 100111 1001 1111 100111010 110100 1000101

Color Harmonies of #D985C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985C6

Black with #D985C6

Text Example


Text Example

White with #D985C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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