Html Css Color HEX #DF6EDC Orchid

📋 copy color: '#DF6EDC'

red 223 ◦ green 110 ◦ blue 220

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

Shades of Orchid #DF6EDC

Tints of Orchid #DF6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.89%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 40.33%
G = 19.89%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF6EDC (or 0xDF6EDC) is known color: Orchid. HEX triplet: DF, 6E and DC. RGB value is (223,110,220). Sum of RGB (Red+Green+Blue) = 223+110+220=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EDC is #209123. Grayscale: #9B9B9B. Windows color (decimal): -2134308 or 14446303. OLE color: 14446303.

HSL color Cylindrical-coordinate representation of color #DF6EDC: hue angle of 301.59º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EDC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 220 -
CMYK 0 0.51 0.01 0.13
HSL 301.59º 0.64% 0.65% -
HSV(B) 301.59º 0.51% 0.87% -
XYZ 48.93 32.01 71.31 -
YUV 156.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 223 110 220 0 0.51 0.01 0.13 301.59 0.64 0.65
Hex DF 6E DC 0 33 1 D 12E 40 41
Octal 337 156 334 0 63 1 15 456 100 101
Binary 11011111 1101110 11011100 0 110011 1 1101 100101110 1000000 1000001

Color Harmonies of #DF6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EDC

Black with #DF6EDC

Text Example


Text Example

White with #DF6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EDC; }

 p { color: rgb(223,110,220); }

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

background-color css

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

 a { background-color: rgb(223,110,220); }

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

border-color css

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

 span { border-color: rgb(223,110,220); }

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