Html Css Color HEX #DF78D4 Orchid

📋 copy color: '#DF78D4'

red 223 ◦ green 120 ◦ blue 212

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

Shades of Orchid #DF78D4

Tints of Orchid #DF78D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 40.18%
G = 21.62%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF78D4 (or 0xDF78D4) is known color: Orchid. HEX triplet: DF, 78 and D4. RGB value is (223,120,212). Sum of RGB (Red+Green+Blue) = 223+120+212=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78D4 is #20872B. Grayscale: #A1A1A1. Windows color (decimal): -2131756 or 13924575. OLE color: 13924575.

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

Color convert

RGB 223 120 212 -
CMYK 0 0.46 0.05 0.13
HSL 306.41º 0.62% 0.67% -
HSV(B) 306.41º 0.46% 0.87% -
XYZ 49.03 33.87 66.24 -
YUV 161.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 223 120 212 0 0.46 0.05 0.13 306.41 0.62 0.67
Hex DF 78 D4 0 2E 5 D 132 3E 43
Octal 337 170 324 0 56 5 15 462 76 103
Binary 11011111 1111000 11010100 0 101110 101 1101 100110010 111110 1000011

Color Harmonies of #DF78D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78D4

Black with #DF78D4

Text Example


Text Example

White with #DF78D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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