Html Css Color HEX #DF6EE0 Orchid

📋 copy color: '#DF6EE0'

red 223 ◦ green 110 ◦ blue 224

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

Shades of Orchid #DF6EE0

Tints of Orchid #DF6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 40.04%
G = 19.75%
B = 40.22%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF6EE0 (or 0xDF6EE0) is known color: Orchid. HEX triplet: DF, 6E and E0. RGB value is (223,110,224). Sum of RGB (Red+Green+Blue) = 223+110+224=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EE0 is #20911F. Grayscale: #9C9C9C. Windows color (decimal): -2134304 or 14708447. OLE color: 14708447.

HSL color Cylindrical-coordinate representation of color #DF6EE0: hue angle of 299.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EE0 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 110 224 -
CMYK 0.00 0.51 0 0.12
HSL 299.47º 0.65% 0.65% -
HSV(B) 299.47º 0.51% 0.88% -
XYZ 49.46 32.22 74.13 -
YUV 156.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 223 110 224 0.00 0.51 0 0.12 299.47 0.65 0.65
Hex DF 6E E0 0 33 0 C 12B 41 41
Octal 337 156 340 0 63 0 14 453 101 101
Binary 11011111 1101110 11100000 0 110011 0 1100 100101011 1000001 1000001

Color Harmonies of #DF6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EE0

Black with #DF6EE0

Text Example


Text Example

White with #DF6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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