Html Css Color HEX #D875DC Orchid

📋 copy color: '#D875DC'

red 216 ◦ green 117 ◦ blue 220

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

Shades of Orchid #D875DC

Tints of Orchid #D875DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.16%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 39.06%
G = 21.16%
B = 39.78%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D875DC (or 0xD875DC) is known color: Orchid. HEX triplet: D8, 75 and DC. RGB value is (216,117,220). Sum of RGB (Red+Green+Blue) = 216+117+220=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D875DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875DC is #278A23. Grayscale: #9E9E9E. Windows color (decimal): -2591268 or 14448088. OLE color: 14448088.

HSL color Cylindrical-coordinate representation of color #D875DC: hue angle of 297.67º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D875DC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 117 220 -
CMYK 0.02 0.47 0 0.14
HSL 297.67º 0.6% 0.66% -
HSV(B) 297.67º 0.47% 0.86% -
XYZ 47.6 32.49 71.47 -
YUV 158.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 216 117 220 0.02 0.47 0 0.14 297.67 0.6 0.66
Hex D8 75 DC 2 2F 0 E 12A 3C 42
Octal 330 165 334 2 57 0 16 452 74 102
Binary 11011000 1110101 11011100 10 101111 0 1110 100101010 111100 1000010

Color Harmonies of #D875DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875DC

Black with #D875DC

Text Example


Text Example

White with #D875DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875DC; }

 p { color: rgb(216,117,220); }

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

background-color css

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

 a { background-color: rgb(216,117,220); }

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

border-color css

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

 span { border-color: rgb(216,117,220); }

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