Html Css Color HEX #DF78D8 Orchid

📋 copy color: '#DF78D8'

red 223 ◦ green 120 ◦ blue 216

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

Shades of Orchid #DF78D8

Tints of Orchid #DF78D8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DF78D8: hue angle of 304.08º 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 #DF78D8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 120 216 -
CMYK 0 0.46 0.03 0.13
HSL 304.08º 0.62% 0.67% -
HSV(B) 304.08º 0.46% 0.87% -
XYZ 49.54 34.08 68.93 -
YUV 161.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 223 120 216 0 0.46 0.03 0.13 304.08 0.62 0.67
Hex DF 78 D8 0 2E 3 D 130 3E 43
Octal 337 170 330 0 56 3 15 460 76 103
Binary 11011111 1111000 11011000 0 101110 11 1101 100110000 111110 1000011

Color Harmonies of #DF78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78D8

Black with #DF78D8

Text Example


Text Example

White with #DF78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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