Html Css Color HEX #D882C0 Orchid

📋 copy color: '#D882C0'

red 216 ◦ green 130 ◦ blue 192

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

Shades of Orchid #D882C0

Tints of Orchid #D882C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 40.15%
G = 24.16%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D882C0 (or 0xD882C0) is known color: Orchid. HEX triplet: D8, 82 and C0. RGB value is (216,130,192). Sum of RGB (Red+Green+Blue) = 216+130+192=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D882C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882C0 is #277D3F. Grayscale: #A2A2A2. Windows color (decimal): -2587968 or 12616408. OLE color: 12616408.

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

Color convert

RGB 216 130 192 -
CMYK 0 0.40 0.11 0.15
HSL 316.74º 0.52% 0.68% -
HSV(B) 316.74º 0.4% 0.85% -
XYZ 45.82 34.37 54.09 -
YUV 162.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 216 130 192 0 0.40 0.11 0.15 316.74 0.52 0.68
Hex D8 82 C0 0 28 B F 13D 34 44
Octal 330 202 300 0 50 13 17 475 64 104
Binary 11011000 10000010 11000000 0 101000 1011 1111 100111101 110100 1000100

Color Harmonies of #D882C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882C0

Black with #D882C0

Text Example


Text Example

White with #D882C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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