Html Css Color HEX #DF78D0 Orchid

📋 copy color: '#DF78D0'

red 223 ◦ green 120 ◦ blue 208

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

Shades of Orchid #DF78D0

Tints of Orchid #DF78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 40.47%
G = 21.78%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF78D0 (or 0xDF78D0) is known color: Orchid. HEX triplet: DF, 78 and D0. RGB value is (223,120,208). Sum of RGB (Red+Green+Blue) = 223+120+208=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78D0 is #20872F. Grayscale: #A0A0A0. Windows color (decimal): -2131760 or 13662431. OLE color: 13662431.

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

Color convert

RGB 223 120 208 -
CMYK 0 0.46 0.07 0.13
HSL 308.74º 0.62% 0.67% -
HSV(B) 308.74º 0.46% 0.87% -
XYZ 48.53 33.67 63.62 -
YUV 160.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 223 120 208 0 0.46 0.07 0.13 308.74 0.62 0.67
Hex DF 78 D0 0 2E 7 D 135 3E 43
Octal 337 170 320 0 56 7 15 465 76 103
Binary 11011111 1111000 11010000 0 101110 111 1101 100110101 111110 1000011

Color Harmonies of #DF78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78D0

Black with #DF78D0

Text Example


Text Example

White with #DF78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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