Html Css Color HEX #D884D0 Orchid

📋 copy color: '#D884D0'

red 216 ◦ green 132 ◦ blue 208

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

Shades of Orchid #D884D0

Tints of Orchid #D884D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 38.85%
G = 23.74%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D884D0 (or 0xD884D0) is known color: Orchid. HEX triplet: D8, 84 and D0. RGB value is (216,132,208). Sum of RGB (Red+Green+Blue) = 216+132+208=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D884D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884D0 is #277B2F. Grayscale: #A5A5A5. Windows color (decimal): -2587440 or 13665496. OLE color: 13665496.

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

Color convert

RGB 216 132 208 -
CMYK 0 0.39 0.04 0.15
HSL 305.71º 0.52% 0.68% -
HSV(B) 305.71º 0.39% 0.85% -
XYZ 47.96 35.66 64.03 -
YUV 165.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 216 132 208 0 0.39 0.04 0.15 305.71 0.52 0.68
Hex D8 84 D0 0 27 4 F 132 34 44
Octal 330 204 320 0 47 4 17 462 64 104
Binary 11011000 10000100 11010000 0 100111 100 1111 100110010 110100 1000100

Color Harmonies of #D884D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884D0

Black with #D884D0

Text Example


Text Example

White with #D884D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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