Html Css Color HEX #DF78DB Orchid

📋 copy color: '#DF78DB'

red 223 ◦ green 120 ◦ blue 219

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

Shades of Orchid #DF78DB

Tints of Orchid #DF78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 39.68%
G = 21.35%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF78DB (or 0xDF78DB) is known color: Orchid. HEX triplet: DF, 78 and DB. RGB value is (223,120,219). Sum of RGB (Red+Green+Blue) = 223+120+219=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DB is #208724. Grayscale: #A1A1A1. Windows color (decimal): -2131749 or 14383327. OLE color: 14383327.

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

Color convert

RGB 223 120 219 -
CMYK 0 0.46 0.02 0.13
HSL 302.33º 0.62% 0.67% -
HSV(B) 302.33º 0.46% 0.87% -
XYZ 49.93 34.24 70.99 -
YUV 162.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 223 120 219 0 0.46 0.02 0.13 302.33 0.62 0.67
Hex DF 78 DB 0 2E 2 D 12E 3E 43
Octal 337 170 333 0 56 2 15 456 76 103
Binary 11011111 1111000 11011011 0 101110 10 1101 100101110 111110 1000011

Color Harmonies of #DF78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF78DB

Black with #DF78DB

Text Example


Text Example

White with #DF78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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