Html Css Color HEX #D870C6 Orchid

📋 copy color: '#D870C6'

red 216 ◦ green 112 ◦ blue 198

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

Shades of Orchid #D870C6

Tints of Orchid #D870C6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

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

R = 41.06%
G = 21.29%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D870C6 (or 0xD870C6) is known color: Orchid. HEX triplet: D8, 70 and C6. RGB value is (216,112,198). Sum of RGB (Red+Green+Blue) = 216+112+198=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D870C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870C6 is #278F39. Grayscale: #989898. Windows color (decimal): -2592570 or 13005016. OLE color: 13005016.

HSL color Cylindrical-coordinate representation of color #D870C6: hue angle of 310.38º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870C6 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 198 -
CMYK 0 0.48 0.08 0.15
HSL 310.38º 0.57% 0.64% -
HSV(B) 310.38º 0.48% 0.85% -
XYZ 44.31 30.26 56.93 -
YUV 152.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 216 112 198 0 0.48 0.08 0.15 310.38 0.57 0.64
Hex D8 70 C6 0 30 8 F 136 39 40
Octal 330 160 306 0 60 10 17 466 71 100
Binary 11011000 1110000 11000110 0 110000 1000 1111 100110110 111001 1000000

Color Harmonies of #D870C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870C6

Black with #D870C6

Text Example


Text Example

White with #D870C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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