Html Css Color HEX #D874DC Orchid

📋 copy color: '#D874DC'

red 216 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D874DC

Tints of Orchid #D874DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.01%

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

R = 39.13%
G = 21.01%
B = 39.86%

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

#D874DC (or 0xD874DC) is known color: Orchid. HEX triplet: D8, 74 and DC. RGB value is (216,116,220). Sum of RGB (Red+Green+Blue) = 216+116+220=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D874DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874DC is #278B23. Grayscale: #9D9D9D. Windows color (decimal): -2591524 or 14447832. OLE color: 14447832.

HSL color Cylindrical-coordinate representation of color #D874DC: hue angle of 297.69º 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 #D874DC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 116 220 -
CMYK 0.02 0.47 0 0.14
HSL 297.69º 0.6% 0.66% -
HSV(B) 297.69º 0.47% 0.86% -
XYZ 47.48 32.26 71.43 -
YUV 157.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 216 116 220 0.02 0.47 0 0.14 297.69 0.6 0.66
Hex D8 74 DC 2 2F 0 E 12A 3C 42
Octal 330 164 334 2 57 0 16 452 74 102
Binary 11011000 1110100 11011100 10 101111 0 1110 100101010 111100 1000010

Color Harmonies of #D874DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874DC

Black with #D874DC

Text Example


Text Example

White with #D874DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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