Html Css Color HEX #D884D3 Orchid

📋 copy color: '#D884D3'

red 216 ◦ green 132 ◦ blue 211

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

Shades of Orchid #D884D3

Tints of Orchid #D884D3

RGB

 RED value IS 216 (84.77% from 255) = 38.64%

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

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 38.64%
G = 23.61%
B = 37.75%

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

#D884D3 (or 0xD884D3) is known color: Orchid. HEX triplet: D8, 84 and D3. RGB value is (216,132,211). Sum of RGB (Red+Green+Blue) = 216+132+211=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D884D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884D3 is #277B2C. Grayscale: #A5A5A5. Windows color (decimal): -2587437 or 13862104. OLE color: 13862104.

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

Color convert

RGB 216 132 211 -
CMYK 0 0.39 0.02 0.15
HSL 303.57º 0.52% 0.68% -
HSV(B) 303.57º 0.39% 0.85% -
XYZ 48.33 35.8 65.99 -
YUV 166.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 216 132 211 0 0.39 0.02 0.15 303.57 0.52 0.68
Hex D8 84 D3 0 27 2 F 130 34 44
Octal 330 204 323 0 47 2 17 460 64 104
Binary 11011000 10000100 11010011 0 100111 10 1111 100110000 110100 1000100

Color Harmonies of #D884D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884D3

Black with #D884D3

Text Example


Text Example

White with #D884D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884D3; }

 p { color: rgb(216,132,211); }

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

background-color css

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

 a { background-color: rgb(216,132,211); }

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

border-color css

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

 span { border-color: rgb(216,132,211); }

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