Html Css Color HEX #D984CC Orchid

📋 copy color: '#D984CC'

red 217 ◦ green 132 ◦ blue 204

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

Shades of Orchid #D984CC

Tints of Orchid #D984CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 39.24%
G = 23.87%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D984CC (or 0xD984CC) is known color: Orchid. HEX triplet: D9, 84 and CC. RGB value is (217,132,204). Sum of RGB (Red+Green+Blue) = 217+132+204=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D984CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984CC is #267B33. Grayscale: #A5A5A5. Windows color (decimal): -2521908 or 13403353. OLE color: 13403353.

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

Color convert

RGB 217 132 204 -
CMYK 0 0.39 0.06 0.15
HSL 309.18º 0.53% 0.68% -
HSV(B) 309.18º 0.39% 0.85% -
XYZ 47.77 35.61 61.48 -
YUV 165.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 217 132 204 0 0.39 0.06 0.15 309.18 0.53 0.68
Hex D9 84 CC 0 27 6 F 135 35 44
Octal 331 204 314 0 47 6 17 465 65 104
Binary 11011001 10000100 11001100 0 100111 110 1111 100110101 110101 1000100

Color Harmonies of #D984CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984CC

Black with #D984CC

Text Example


Text Example

White with #D984CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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