Html Css Color HEX #DF6ECE Orchid

📋 copy color: '#DF6ECE'

red 223 ◦ green 110 ◦ blue 206

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

Shades of Orchid #DF6ECE

Tints of Orchid #DF6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 41.37%
G = 20.41%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF6ECE (or 0xDF6ECE) is known color: Orchid. HEX triplet: DF, 6E and CE. RGB value is (223,110,206). Sum of RGB (Red+Green+Blue) = 223+110+206=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ECE is #209131. Grayscale: #9A9A9A. Windows color (decimal): -2134322 or 13528799. OLE color: 13528799.

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

Color convert

RGB 223 110 206 -
CMYK 0 0.51 0.08 0.13
HSL 309.03º 0.64% 0.65% -
HSV(B) 309.03º 0.51% 0.87% -
XYZ 47.15 31.3 61.95 -
YUV 154.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 223 110 206 0 0.51 0.08 0.13 309.03 0.64 0.65
Hex DF 6E CE 0 33 8 D 135 40 41
Octal 337 156 316 0 63 10 15 465 100 101
Binary 11011111 1101110 11001110 0 110011 1000 1101 100110101 1000000 1000001

Color Harmonies of #DF6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ECE

Black with #DF6ECE

Text Example


Text Example

White with #DF6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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