Html Css Color HEX #D984C8 Orchid

📋 copy color: '#D984C8'

red 217 ◦ green 132 ◦ blue 200

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

Shades of Orchid #D984C8

Tints of Orchid #D984C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.43%

R = 39.53%
G = 24.04%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D984C8 (or 0xD984C8) is known color: Orchid. HEX triplet: D9, 84 and C8. RGB value is (217,132,200). Sum of RGB (Red+Green+Blue) = 217+132+200=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D984C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984C8 is #267B37. Grayscale: #A4A4A4. Windows color (decimal): -2521912 or 13141209. OLE color: 13141209.

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

Color convert

RGB 217 132 200 -
CMYK 0 0.39 0.08 0.15
HSL 312º 0.53% 0.68% -
HSV(B) 312º 0.39% 0.85% -
XYZ 47.29 35.42 58.99 -
YUV 165.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 217 132 200 0 0.39 0.08 0.15 312 0.53 0.68
Hex D9 84 C8 0 27 8 F 138 35 44
Octal 331 204 310 0 47 10 17 470 65 104
Binary 11011001 10000100 11001000 0 100111 1000 1111 100111000 110101 1000100

Color Harmonies of #D984C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984C8

Black with #D984C8

Text Example


Text Example

White with #D984C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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