Html Css Color HEX #DC6EC5 Orchid

📋 copy color: '#DC6EC5'

red 220 ◦ green 110 ◦ blue 197

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

Shades of Orchid #DC6EC5

Tints of Orchid #DC6EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 41.75%
G = 20.87%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC6EC5 (or 0xDC6EC5) is known color: Orchid. HEX triplet: DC, 6E and C5. RGB value is (220,110,197). Sum of RGB (Red+Green+Blue) = 220+110+197=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC5 is #23913A. Grayscale: #989898. Windows color (decimal): -2330939 or 12938972. OLE color: 12938972.

HSL color Cylindrical-coordinate representation of color #DC6EC5: hue angle of 312.55º 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 #DC6EC5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 197 -
CMYK 0 0.50 0.10 0.14
HSL 312.55º 0.61% 0.65% -
HSV(B) 312.55º 0.5% 0.86% -
XYZ 45.17 30.4 56.31 -
YUV 152.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 220 110 197 0 0.50 0.10 0.14 312.55 0.61 0.65
Hex DC 6E C5 0 32 A E 139 3D 41
Octal 334 156 305 0 62 12 16 471 75 101
Binary 11011100 1101110 11000101 0 110010 1010 1110 100111001 111101 1000001

Color Harmonies of #DC6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EC5

Black with #DC6EC5

Text Example


Text Example

White with #DC6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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