Html Css Color HEX #D882C6 Orchid

📋 copy color: '#D882C6'

red 216 ◦ green 130 ◦ blue 198

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

Shades of Orchid #D882C6

Tints of Orchid #D882C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.4%

R = 39.71%
G = 23.9%
B = 36.4%

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

#D882C6 (or 0xD882C6) is known color: Orchid. HEX triplet: D8, 82 and C6. RGB value is (216,130,198). Sum of RGB (Red+Green+Blue) = 216+130+198=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D882C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882C6 is #277D39. Grayscale: #A3A3A3. Windows color (decimal): -2587962 or 13009624. OLE color: 13009624.

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

Color convert

RGB 216 130 198 -
CMYK 0 0.40 0.08 0.15
HSL 312.56º 0.52% 0.68% -
HSV(B) 312.56º 0.4% 0.85% -
XYZ 46.49 34.64 57.66 -
YUV 163.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 216 130 198 0 0.40 0.08 0.15 312.56 0.52 0.68
Hex D8 82 C6 0 28 8 F 139 34 44
Octal 330 202 306 0 50 10 17 471 64 104
Binary 11011000 10000010 11000110 0 101000 1000 1111 100111001 110100 1000100

Color Harmonies of #D882C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882C6

Black with #D882C6

Text Example


Text Example

White with #D882C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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