Html Css Color HEX #DF6ECF Orchid

📋 copy color: '#DF6ECF'

red 223 ◦ green 110 ◦ blue 207

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

Shades of Orchid #DF6ECF

Tints of Orchid #DF6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 41.3%
G = 20.37%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF6ECF (or 0xDF6ECF) is known color: Orchid. HEX triplet: DF, 6E and CF. RGB value is (223,110,207). Sum of RGB (Red+Green+Blue) = 223+110+207=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ECF is #209130. Grayscale: #9A9A9A. Windows color (decimal): -2134321 or 13594335. OLE color: 13594335.

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

Color convert

RGB 223 110 207 -
CMYK 0 0.51 0.07 0.13
HSL 308.5º 0.64% 0.65% -
HSV(B) 308.5º 0.51% 0.87% -
XYZ 47.27 31.34 62.59 -
YUV 154.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 223 110 207 0 0.51 0.07 0.13 308.5 0.64 0.65
Hex DF 6E CF 0 33 7 D 134 40 41
Octal 337 156 317 0 63 7 15 464 100 101
Binary 11011111 1101110 11001111 0 110011 111 1101 100110100 1000000 1000001

Color Harmonies of #DF6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ECF

Black with #DF6ECF

Text Example


Text Example

White with #DF6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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