Html Css Color HEX #D882C7 Orchid

📋 copy color: '#D882C7'

red 216 ◦ green 130 ◦ blue 199

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

Shades of Orchid #D882C7

Tints of Orchid #D882C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 39.63%
G = 23.85%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D882C7 (or 0xD882C7) is known color: Orchid. HEX triplet: D8, 82 and C7. RGB value is (216,130,199). Sum of RGB (Red+Green+Blue) = 216+130+199=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D882C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882C7 is #277D38. Grayscale: #A3A3A3. Windows color (decimal): -2587961 or 13075160. OLE color: 13075160.

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

Color convert

RGB 216 130 199 -
CMYK 0 0.40 0.08 0.15
HSL 311.86º 0.52% 0.68% -
HSV(B) 311.86º 0.4% 0.85% -
XYZ 46.61 34.69 58.27 -
YUV 163.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 216 130 199 0 0.40 0.08 0.15 311.86 0.52 0.68
Hex D8 82 C7 0 28 8 F 138 34 44
Octal 330 202 307 0 50 10 17 470 64 104
Binary 11011000 10000010 11000111 0 101000 1000 1111 100111000 110100 1000100

Color Harmonies of #D882C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882C7

Black with #D882C7

Text Example


Text Example

White with #D882C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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