Html Css Color HEX #D984C9 Orchid

📋 copy color: '#D984C9'

red 217 ◦ green 132 ◦ blue 201

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

Shades of Orchid #D984C9

Tints of Orchid #D984C9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24%

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

R = 39.45%
G = 24%
B = 36.55%

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

#D984C9 (or 0xD984C9) is known color: Orchid. HEX triplet: D9, 84 and C9. RGB value is (217,132,201). Sum of RGB (Red+Green+Blue) = 217+132+201=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D984C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984C9 is #267B36. Grayscale: #A5A5A5. Windows color (decimal): -2521911 or 13206745. OLE color: 13206745.

HSL color Cylindrical-coordinate representation of color #D984C9: hue angle of 311.29º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984C9 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 201 -
CMYK 0 0.39 0.07 0.15
HSL 311.29º 0.53% 0.68% -
HSV(B) 311.29º 0.39% 0.85% -
XYZ 47.41 35.47 59.61 -
YUV 165.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 217 132 201 0 0.39 0.07 0.15 311.29 0.53 0.68
Hex D9 84 C9 0 27 7 F 137 35 44
Octal 331 204 311 0 47 7 17 467 65 104
Binary 11011001 10000100 11001001 0 100111 111 1111 100110111 110101 1000100

Color Harmonies of #D984C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984C9

Black with #D984C9

Text Example


Text Example

White with #D984C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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