Html Css Color HEX #D878DF Orchid

📋 copy color: '#D878DF'

red 216 ◦ green 120 ◦ blue 223

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

Shades of Orchid #D878DF

Tints of Orchid #D878DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.47%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 38.64%
G = 21.47%
B = 39.89%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D878DF (or 0xD878DF) is known color: Orchid. HEX triplet: D8, 78 and DF. RGB value is (216,120,223). Sum of RGB (Red+Green+Blue) = 216+120+223=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D878DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878DF is #278720. Grayscale: #A0A0A0. Windows color (decimal): -2590497 or 14645464. OLE color: 14645464.

HSL color Cylindrical-coordinate representation of color #D878DF: hue angle of 295.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D878DF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 120 223 -
CMYK 0.03 0.46 0 0.13
HSL 295.92º 0.62% 0.67% -
HSV(B) 295.92º 0.46% 0.87% -
XYZ 48.35 33.36 73.7 -
YUV 160.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 216 120 223 0.03 0.46 0 0.13 295.92 0.62 0.67
Hex D8 78 DF 3 2E 0 D 128 3E 43
Octal 330 170 337 3 56 0 15 450 76 103
Binary 11011000 1111000 11011111 11 101110 0 1101 100101000 111110 1000011

Color Harmonies of #D878DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878DF

Black with #D878DF

Text Example


Text Example

White with #D878DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878DF; }

 p { color: rgb(216,120,223); }

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

background-color css

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

 a { background-color: rgb(216,120,223); }

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

border-color css

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

 span { border-color: rgb(216,120,223); }

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