Html Css Color HEX #DF6ECC Orchid

📋 copy color: '#DF6ECC'

red 223 ◦ green 110 ◦ blue 204

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

Shades of Orchid #DF6ECC

Tints of Orchid #DF6ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 41.53%
G = 20.48%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF6ECC (or 0xDF6ECC) is known color: Orchid. HEX triplet: DF, 6E and CC. RGB value is (223,110,204). Sum of RGB (Red+Green+Blue) = 223+110+204=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ECC is #209133. Grayscale: #9A9A9A. Windows color (decimal): -2134324 or 13397727. OLE color: 13397727.

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

Color convert

RGB 223 110 204 -
CMYK 0 0.51 0.09 0.13
HSL 310.09º 0.64% 0.65% -
HSV(B) 310.09º 0.51% 0.87% -
XYZ 46.91 31.2 60.68 -
YUV 154.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 223 110 204 0 0.51 0.09 0.13 310.09 0.64 0.65
Hex DF 6E CC 0 33 9 D 136 40 41
Octal 337 156 314 0 63 11 15 466 100 101
Binary 11011111 1101110 11001100 0 110011 1001 1101 100110110 1000000 1000001

Color Harmonies of #DF6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ECC

Black with #DF6ECC

Text Example


Text Example

White with #DF6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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