Html Css Color HEX #D882D6 Orchid

📋 copy color: '#D882D6'

red 216 ◦ green 130 ◦ blue 214

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

Shades of Orchid #D882D6

Tints of Orchid #D882D6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.21%

 BLUE value IS 214 (83.98% from 255) = 38.21%

R = 38.57%
G = 23.21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D882D6 (or 0xD882D6) is known color: Orchid. HEX triplet: D8, 82 and D6. RGB value is (216,130,214). Sum of RGB (Red+Green+Blue) = 216+130+214=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D882D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882D6 is #277D29. Grayscale: #A5A5A5. Windows color (decimal): -2587946 or 14058200. OLE color: 14058200.

HSL color Cylindrical-coordinate representation of color #D882D6: hue angle of 301.4º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882D6 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 214 -
CMYK 0 0.40 0.01 0.15
HSL 301.4º 0.52% 0.68% -
HSV(B) 301.4º 0.4% 0.85% -
XYZ 48.44 35.42 67.9 -
YUV 165.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 216 130 214 0 0.40 0.01 0.15 301.4 0.52 0.68
Hex D8 82 D6 0 28 1 F 12D 34 44
Octal 330 202 326 0 50 1 17 455 64 104
Binary 11011000 10000010 11010110 0 101000 1 1111 100101101 110100 1000100

Color Harmonies of #D882D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882D6

Black with #D882D6

Text Example


Text Example

White with #D882D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882D6; }

 p { color: rgb(216,130,214); }

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

background-color css

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

 a { background-color: rgb(216,130,214); }

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

border-color css

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

 span { border-color: rgb(216,130,214); }

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