Html Css Color HEX #DF78D6 Orchid

📋 copy color: '#DF78D6'

red 223 ◦ green 120 ◦ blue 214

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

Shades of Orchid #DF78D6

Tints of Orchid #DF78D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 40.04%
G = 21.54%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF78D6 (or 0xDF78D6) is known color: Orchid. HEX triplet: DF, 78 and D6. RGB value is (223,120,214). Sum of RGB (Red+Green+Blue) = 223+120+214=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78D6 is #208729. Grayscale: #A1A1A1. Windows color (decimal): -2131754 or 14055647. OLE color: 14055647.

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

Color convert

RGB 223 120 214 -
CMYK 0 0.46 0.04 0.13
HSL 305.24º 0.62% 0.67% -
HSV(B) 305.24º 0.46% 0.87% -
XYZ 49.29 33.98 67.58 -
YUV 161.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 223 120 214 0 0.46 0.04 0.13 305.24 0.62 0.67
Hex DF 78 D6 0 2E 4 D 131 3E 43
Octal 337 170 326 0 56 4 15 461 76 103
Binary 11011111 1111000 11010110 0 101110 100 1101 100110001 111110 1000011

Color Harmonies of #DF78D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78D6

Black with #DF78D6

Text Example


Text Example

White with #DF78D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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