Html Css Color HEX #DC6EC0 Orchid

📋 copy color: '#DC6EC0'

red 220 ◦ green 110 ◦ blue 192

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

Shades of Orchid #DC6EC0

Tints of Orchid #DC6EC0

RGB

 RED value IS 220 (86.33% from 255) = 42.15%

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

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 42.15%
G = 21.07%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC6EC0 (or 0xDC6EC0) is known color: Orchid. HEX triplet: DC, 6E and C0. RGB value is (220,110,192). Sum of RGB (Red+Green+Blue) = 220+110+192=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC0 is #23913F. Grayscale: #989898. Windows color (decimal): -2330944 or 12611292. OLE color: 12611292.

HSL color Cylindrical-coordinate representation of color #DC6EC0: hue angle of 315.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EC0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 192 -
CMYK 0 0.50 0.13 0.14
HSL 315.27º 0.61% 0.65% -
HSV(B) 315.27º 0.5% 0.86% -
XYZ 44.61 30.17 53.34 -
YUV 152.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 220 110 192 0 0.50 0.13 0.14 315.27 0.61 0.65
Hex DC 6E C0 0 32 D E 13B 3D 41
Octal 334 156 300 0 62 15 16 473 75 101
Binary 11011100 1101110 11000000 0 110010 1101 1110 100111011 111101 1000001

Color Harmonies of #DC6EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EC0

Black with #DC6EC0

Text Example


Text Example

White with #DC6EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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