Html Css Color HEX #D984D4 Orchid

📋 copy color: '#D984D4'

red 217 ◦ green 132 ◦ blue 212

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

Shades of Orchid #D984D4

Tints of Orchid #D984D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 38.68%
G = 23.53%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D984D4 (or 0xD984D4) is known color: Orchid. HEX triplet: D9, 84 and D4. RGB value is (217,132,212). Sum of RGB (Red+Green+Blue) = 217+132+212=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D984D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984D4 is #267B2B. Grayscale: #A6A6A6. Windows color (decimal): -2521900 or 13927641. OLE color: 13927641.

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

Color convert

RGB 217 132 212 -
CMYK 0 0.39 0.02 0.15
HSL 303.53º 0.53% 0.68% -
HSV(B) 303.53º 0.39% 0.85% -
XYZ 48.75 36.01 66.67 -
YUV 166.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 217 132 212 0 0.39 0.02 0.15 303.53 0.53 0.68
Hex D9 84 D4 0 27 2 F 130 35 44
Octal 331 204 324 0 47 2 17 460 65 104
Binary 11011001 10000100 11010100 0 100111 10 1111 100110000 110101 1000100

Color Harmonies of #D984D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984D4

Black with #D984D4

Text Example


Text Example

White with #D984D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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