Html Css Color HEX #D985C9 Orchid

📋 copy color: '#D985C9'

red 217 ◦ green 133 ◦ blue 201

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

Shades of Orchid #D985C9

Tints of Orchid #D985C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 39.38%
G = 24.14%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D985C9 (or 0xD985C9) is known color: Orchid. HEX triplet: D9, 85 and C9. RGB value is (217,133,201). Sum of RGB (Red+Green+Blue) = 217+133+201=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D985C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985C9 is #267A36. Grayscale: #A5A5A5. Windows color (decimal): -2521655 or 13207001. OLE color: 13207001.

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

Color convert

RGB 217 133 201 -
CMYK 0 0.39 0.07 0.15
HSL 311.43º 0.53% 0.69% -
HSV(B) 311.43º 0.39% 0.85% -
XYZ 47.55 35.74 59.65 -
YUV 165.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 217 133 201 0 0.39 0.07 0.15 311.43 0.53 0.69
Hex D9 85 C9 0 27 7 F 137 34 45
Octal 331 205 311 0 47 7 17 467 64 105
Binary 11011001 10000101 11001001 0 100111 111 1111 100110111 110100 1000101

Color Harmonies of #D985C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985C9

Black with #D985C9

Text Example


Text Example

White with #D985C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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