Html Css Color HEX #D870C8 Orchid

📋 copy color: '#D870C8'

red 216 ◦ green 112 ◦ blue 200

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

Shades of Orchid #D870C8

Tints of Orchid #D870C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 40.91%
G = 21.21%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D870C8 (or 0xD870C8) is known color: Orchid. HEX triplet: D8, 70 and C8. RGB value is (216,112,200). Sum of RGB (Red+Green+Blue) = 216+112+200=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D870C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870C8 is #278F37. Grayscale: #989898. Windows color (decimal): -2592568 or 13136088. OLE color: 13136088.

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

Color convert

RGB 216 112 200 -
CMYK 0 0.48 0.07 0.15
HSL 309.23º 0.57% 0.64% -
HSV(B) 309.23º 0.48% 0.85% -
XYZ 44.54 30.36 58.16 -
YUV 153.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 216 112 200 0 0.48 0.07 0.15 309.23 0.57 0.64
Hex D8 70 C8 0 30 7 F 135 39 40
Octal 330 160 310 0 60 7 17 465 71 100
Binary 11011000 1110000 11001000 0 110000 111 1111 100110101 111001 1000000

Color Harmonies of #D870C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870C8

Black with #D870C8

Text Example


Text Example

White with #D870C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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